Hi,
var eventstarttime = Date.parse($('#eventStartTime').val());
ch. indira
I started to learn canJs. In practice i have a doubt i.e, in canjs we use date.js library file but at 12pm it returns null value remaining its returns value how to overcome that problem. i want to get the 12pm only
var eventstarttime = Date.parse($('#eventStartTime').val());
In above statment 'eventStartTime' is id value of 12.00 PM i will get the time from time picket. but it retuns null value. if i give the id value as other than 12PM it returns the correct value. and for 12.00 AM it returns 12.00.. plz give the solution for my problem
ch. indira