using date.js we get the date using Date.parse(). but at 12pm it returns null value. and at 12am it returns 12. how to get the value of 12pm. formate is
var eventstarttime = Date.parse($('#eventStartTime').val());
ch. indira
var eventstarttime = Date.parse($('#eventStartTime').val());
I give the id value at 12.00Pm it returns null. other then 12.00 Pm it retrns the correct value.. How to get the 12.00Pm value using date.js library...
ch. indira