Date Comparison
Write a method print-date for displaying the date in a more familiar format, e.g.:
Write a method DATE-LESSP that takes two dates as arguments and returns true if the first argument is earlier in time than the second.
- Analogous to STRING-LESSP for strings
- Can be used for sorting dates