Bhargava
hi..while am trying to resize the appointment in the OnClientAppointmentResizeEnd event i wrote the code like this
var SDate = eventArgs.get_Appointment().get_start();
var EDate = eventArgs.get_appointment().get_end();
for example i drag the appointment from 8am to 2 pm for 23 march i want SDate as 2009-03-23 8:00:00.000 and EDate as 2009-03-23 14:00:00.000 lly again i drag the appointment from 2pm to 10 am for 23 march den i want SDate as 2009-03-23 8:00:00.000 and EDate as 2009-03-23 10:00:00.000 so where ever i drag the appointment i want that startdate and end date with time....can u help me plz...!
hi..while am trying to resize the appointment in the OnClientAppointmentResizeEnd event i wrote the code like this
var SDate = eventArgs.get_Appointment().get_start();
var EDate = eventArgs.get_appointment().get_end();
for example i drag the appointment from 8am to 2 pm for 23 march i want SDate as 2009-03-23 8:00:00.000 and EDate as 2009-03-23 14:00:00.000 lly again i drag the appointment from 2pm to 10 am for 23 march den i want SDate as 2009-03-23 8:00:00.000 and EDate as 2009-03-23 10:00:00.000 so where ever i drag the appointment i want that startdate and end date with time....can u help me plz...!