I have a string with a date in it formatted like so: YYYYMMDDHHMMSS. I was wondering how I would convert it into a JavaScript Date object with JavaScript.
Thanks in
If you can use jQuery, jQuery.ui.datepicker has a utility function.