Re: Javascript and working with dates
SAM <stephanemoriau x.NoAdmin@wanad oo.fr.invalidwr ites:
Ack, yes, my mistake.
/L
--
Lasse Reichstein Nielsen
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
'Faith without judgement merely degrades the spirit divine.'
SAM <stephanemoriau x.NoAdmin@wanad oo.fr.invalidwr ites:
months begin by '0' in JS. No ?
so :
var mth = +date.getMonth( )+1;
so :
var mth = +date.getMonth( )+1;
/L
--
Lasse Reichstein Nielsen
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
'Faith without judgement merely degrades the spirit divine.'
Comment