|
|
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?
irt.org | Knowledge Base | JavaScript | Date | Q702 [ previous next ] 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?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. |
-- div -->
|