Hi.
I'm running Netscape 4.75 on Solaris and
it seems the JavaScript Date object has
problems with dates (years) >= 2000.
Specifically, when I call getYear()
on a Date object whose year is 2000
it returns 100. If the year is 2001,
it returns 101.
This happens whether I create the Date
object using a datestring or the year,
month, day as args.
If this is a known bug, does anyone know
if it's fixed in a more current version?
Thanks.
I'm running Netscape 4.75 on Solaris and
it seems the JavaScript Date object has
problems with dates (years) >= 2000.
Specifically, when I call getYear()
on a Date object whose year is 2000
it returns 100. If the year is 2001,
it returns 101.
This happens whether I create the Date
object using a datestring or the year,
month, day as args.
If this is a known bug, does anyone know
if it's fixed in a more current version?
Thanks.