One of the primary uses for Javascript is to process and display dates and times. We use the Javascript Date Object as the basis for a lot this processing. Make all changes to this page.
Please use javascript to complete the following displays
1. Display today's date as mm/dd/yy.
2. Display today's date as mm/dd/yyyy.
3. Display today's date as Day Month date, Year. Example: Monday January 3, 2011
4. Display the date one month from now as mm/dd/yyyy.
5. Display the expected delivery date based upon the selected delivery method:
Select Delivery Method:
If you order today, your expected delivery date should be: put date here!
Rubric: Points for tasks 1-4.
0 Not attempted
2 Attempted
3 Displays a partially correct value
4 Displays the correct value and format using functions that will work with any date.
5 Display the correct value and format using functions with parameters that will work with any date.
Rubric: Points for task 5.
0 Not attempted
2 Attempted
3 Displays a correctly formatted delivery date
5 Displays the correct date formatted as expected
Extra Credit:
1 point - Display this page's updated date: