Hi all,
Why do I get the folowing date when creating it like so:
var d = new Date(2003,9,2);
Wed Oct 1 23:00:00 UTC+0200 2003
Isent it soposed to be:
Thu Oct 2 00:00:00 UTC+0200 2003
Thaks ;-)
Why do I get the folowing date when creating it like so:
var d = new Date(2003,9,2);
Wed Oct 1 23:00:00 UTC+0200 2003
Isent it soposed to be:
Thu Oct 2 00:00:00 UTC+0200 2003
Thaks ;-)
Comment