Date and Time
  1. 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.
  2. Date Example [View Source] [Download] [Mail it]
    This example uses the Date object to determine the day from an entered date.
  3. 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
  4. Digital Clock [View Source] [Download] [Mail it]
    Digital Clock
  5. Digital Clock - Simplified version [View Source] [Download] [Mail it]
    Digital Clock - Simplified version
  6. 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
  7. Simple Date Example [View Source] [Download] [Mail it]
    The date example returns the current date with only four lines of code
Categories