Dec 30, 2003 #1 iminore Programmer Sep 3, 2002 50 GB Open this file below in your browser. What month is displayed in the date? <html> <head> </head> <body onload="javascript:var vardate = new Date(2003,10,25);alert(vardate.toString())";> </body> </html>
Open this file below in your browser. What month is displayed in the date? <html> <head> </head> <body onload="javascript:var vardate = new Date(2003,10,25);alert(vardate.toString())";> </body> </html>
Dec 30, 2003 2 #2 jemminger Programmer Jun 25, 2001 3,453 US not an error: javascript months are 0 to 11 ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } Upvote 0 Downvote
not an error: javascript months are 0 to 11 ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); }