My JavaScript code is functioning properly in IE and Firefox. Take a look:
var dt = new Date("17/05/2012 05:22:02").getTime();
However, when I try to run it in Chrome, the value of dt turns out to be NaN. I've been troubleshooting but can't seem to figure out what's causing this issue.