JavaScript Exercise
Date Calculations

Last Updated: 14 April 2001

 

Display the current date, then display the date for a week from now.

Today is:

Today + One Week:
Display "Start Date" which is hard-coded into the program. Then add one week to the "Start Date"

Start Date (s/b 03/06/2001):

Start Date + One Week:
Display "Start Date" which is hard-coded into the program. Then add several weeks to the "Start Date"

Start Date (s/b 03/06/2001):

Start Date + One Week:
Start Date + Two Weeks:
Start Date + Three Weeks:

Back to JavaScript Exercises

Comments | Doug and Kris' Home Page | Kris' Page | Doug's Page | Site Map