- Christmas countdown [View Source] [Download] [Mail it]
This script uses the Date object's setDate and setMonth methods to display the time left to a future event. - Date Example [View Source] [Download] [Mail it]
This example uses the Date object to determine the day from an entered date. - Date Picker [View Source] [Download] [Mail it]
A simple date picker which supports year ranges from 1752 through 2099; the Date object is used only to determine the current date - Digital Clock [View Source] [Download] [Mail it]
Digital Clock - Digital Clock - Simplified version [View Source] [Download] [Mail it]
Digital Clock - Simplified version - JavaScript Calendar [View Source] [Download] [Mail it]
This demonstration shows you how to generate a calendar including weeknumbers using the Date object's native and additional methods - Simple Date Example [View Source] [Download] [Mail it]
The date example returns the current date with only four lines of code
|