'Technische' datums altijd via toISODateTimeString, zonder tijdzone gedoe
svn path=/Website/trunk/; revision=33085
This commit is contained in:
@@ -426,6 +426,9 @@ function toISODateString(jsDate)
|
||||
|
||||
function toISODateTimeString(jsDate)
|
||||
{
|
||||
if (typeof jsDate == "number")
|
||||
jsDate = new Date(jsDate);
|
||||
|
||||
if (typeof jsDate == "object" && jsDate.type == 135/*adDBTimeStamp, oRs("datum")*/)
|
||||
jsDate = new Date(jsDate.value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user