Date.parse();
My jsFiddle works fine, but run it in my ide (both Aptana and WebStorm) shows NaN in the console.log() output.
Really confused about this… Has someone had such experience before?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Working demo http://jsfiddle.net/7KfuM/
Change
-to/Good read: Jquery Date.parse returning NaN in Chrome browser? or https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date
Try this:
Hope this fits the cause!
B-)