Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Issue in date.js

$
0
0
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());

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

Viewing all articles
Browse latest Browse all 3491

Trending Articles