Official Review
NULL
|
Other links at JavaScript > Tips and Tutorials > Date and Time |
| 1. |
Show date using an array
|
|
|
There are many ways to add a date on your screen. This page shows how to put a date and day (for instance: wednesday, march 20th, 2002), using an array.
|
| 2. |
Ace Date Display Tutorial
|
|
|
Here are the instructions showing how to add topday's date on your web site using JavaScript. Source code provided.
|
| 4. |
JavaScript Date object
|
|
|
Complete listing of properties and methods of the Date object of JavaScript. Also includes examples.
|
| 5. |
Calculating the difference between two dates
|
|
|
Learn how to calculate the difference between two dates in JavaScript, and in the process, derive some useful applications such as counting down to a particular event, counting up, displaying what's new on your page etc.
|
|
|