This is just a sanity check, but I've done several test cases before you all jump on the "down" button =]
I just want to check that comparing dates from a MySQL database in the format YYYY-MM-DD HH:MM:SS in JavaScript will work correctly. Unfortunately, I can't edit the query to return a Unix timestamp.
Example:
console.log('2010-05-22 00:54:12' > '2010-05-21 11:44:32');
All my test cases seem to suggest it works fine, but I just need to make sure.
Maybe my Google-fu is weak, but I can't find anything about it online. Does anyone know for sure?