JavaScript Date Format: Requirements

Technical requirements

The script uses the Date.getFullYear() which is implemented in Microsoft Internet Explorer 4.0 (JScript 3) and above and in Netscape Navigator 4.06 (JavaScript 1.2) and above. If you are targeting older browsers, I encourage you to use my JavaScript Date object extensions script, which implements this method (among other useful Date features like isLeapYear()).

Required skills

Basic knowledge of JavaScript and JavaScript objects


Back to Date Format