soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Unify string-to-date conversion method across server and client #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
While we use PHP's strtotime() [1] method for converting strings to dates
on the server-side, we use Javascript's parse() [2] method on the
client-side. I think these methods both return different results. These
should be unified.

[1]: http://php.net/strtotime
[2]:
https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Da
te/parse

Original issue reported on code.google.com by soundasleep on 12 Mar 2010 at 2:06

GoogleCodeExporter commented 9 years ago
moving all unresolved 0.5 issues to 0.6

Original comment by soundasleep on 17 Apr 2010 at 6:58

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54