(Printing Dates in Various Formats) Dates are printed in several common formats. Write a script that reads a date from an HTML form and creates a Date object in which to store that date. Then, use the various methods of the Date object that convert Dates into strings to display the date in several formats.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
23
24
25
26