Question:
How do I make my date and time JavaScript Y2K compliant? Thank you.
Answer:
To the best of my knowledge, JavaScript, the language, is already Year 2000 compliant. Internally it represents dates as milliseconds from January 1, 1970.
Browsers, however, may have minor Y2K problems. For example, I know that various older versions of Internet Explorer do not handle cookies with expiration dates after the year 2000 correctly.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.






















