Open GoogleCodeExporter opened 8 years ago
Sorry, I don't quite understand your issue.
Can you provide an example which illustrates the problem?
Thanks,
Kelvin :)
Original comment by kelvin.l...@gmail.com
on 17 Feb 2009 at 2:03
Not a defect - JS runs on the client, and takes its time from the client
settings;
therefore, this can be converted to UTC milliseconds (which is the root of all
time)
by running .getTime() on the Date instance. I do this, and then send the millis
back
to the server to save.
What I want to know is if there is a setting to have datepicker return UTC
milliseconds directly, without me having to take the time to parse and process
the
formatted date returned (as I am doing now)...
Original comment by gregor...@gmail.com
on 18 Aug 2009 at 2:36
Original issue reported on code.google.com by
ajp.as...@gmail.com
on 15 Feb 2009 at 1:14