Hey,
is it possible to parse a date-String formatted like this to a Date Object??
2012-08-10 20:00:00
?
2 Answers
check out moment.js
I use the momentJS library for my date/time manipulations.
Your Answer
Think you can help? Login to answer this question!