Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q702 I have to run my code which uses the Date object on older browser versions, how do I cope with dates greater than 2000?

You are here: irt.org | FAQ | JavaScript | Date | Q702 [ previous next ]

Older versions of all browsers had problems coping with dates before 1970 and after 2000. Take a look at the article Blind Date which demonstrates how to work with dates prior to 1970 and after 1999 without using the inbuilt Date object.

©2018 Martin Webb