I'm using the latest version of RadControls (2008), and I'm working with RadScheduler. I'm also in the Eastern time zone.
I've added a handler for the OnClientAppointmentInserting and I'm noticing that eventArgs.get_startTime() is retrieving a time 4 hours behind the time the user double clicked on the scheduler. So if the user double clicks on the 5 AM spot (Wed Apr 16 05:00:00 EDT 2008), eventArgs.get_startTime() returns "Wed Apr 16 01:00:00 EDT 2008".
How do I fix this problem?
Thanks,
Alvaro
I've added a handler for the OnClientAppointmentInserting and I'm noticing that eventArgs.get_startTime() is retrieving a time 4 hours behind the time the user double clicked on the scheduler. So if the user double clicks on the 5 AM spot (Wed Apr 16 05:00:00 EDT 2008), eventArgs.get_startTime() returns "Wed Apr 16 01:00:00 EDT 2008".
How do I fix this problem?
Thanks,
Alvaro