I'm trying to convert a date object in HST format to a standard format. But the date object returns NaN.
completeByTimestamp="1/25/2013 5:15 PM HST";
var completByTmUTC= (new Date(completeByTimestamp)).toUTCString();
I'm trying to convert a date object in HST format to a standard format. But the date object returns NaN.
completeByTimestamp="1/25/2013 5:15 PM HST";
var completByTmUTC= (new Date(completeByTimestamp)).toUTCString();