|
|
1.
|
| Datejs is an open-source JavaScript Date Library. |
|
|
2.
|
|
|
3.
|
| Displaying the current date and time is a popular use for JavaScript, however getting them to display the way you would like it to can often times be confusing. The value for year can easily vary from browser to browser, either displaying the current year or displaying the number of years since 1900. |
|
|
4.
|
| This is the JavaScript version of next-week.php. It provides the date of any upcoming week day. It takes one argument, a number between 0 and 6, representing sunday to saturday. |
|
|
5.
|
| The Day Name Finder allows you to find the name of the day from any date since January 1st, 1970. |
|
|
6.
|
| A script that displays a different image according to the day of the week (ie: one image for Monday, one image for Tuesday etc). |
|
|
7.
|
| A script that displays a live date, in the format of Sunday, June 07, 1998 9:22:58 PM that is updated every second. |
|