Date Assignment

Create a page with HTML and JavaScript to do the following.  These can all be on one page.  FTP the file to your website and create a link to the page from your home page -- e.g. "Displaying Date".  Use comments in the JavaScript to explain the non-obvious portions of your code.  None of the displays should be "hard coded" -- what you see will depend on the time and date the page is viewed.

1. Display the current date of the page in the following format: October 30, 2000.  Do not display the time.

2. Display all the numbers from 1 through the current hour of the day (24 hour clock).  For example, if it were 3:30am, you would display the number 1 2 3.

3. Display a message in the page indicating the number of days until a specified holiday (you can pick the holiday -- e.g., Christmas, Chinese New Year) or display a message indicating the number of days that George W. Bush has been president.