| (JavaScript) Simple Date Functions |
|
The are many things you can do with dates using Javascript. The examples below illustrate several types of date displays; How it WorksThe script contains the basic Date values (eg. month, weekday, etc) necessary to perform almost any Date calculations or display any date format. It also contains several pre-written functions that create some useful date displays. Here's a list of the available date display functions;
Using the JavaScriptTo implement this script, simply;
|
| The Result |