Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Date object is a Java object.  You may find the complete reference for it here: https://docs.oracle.com/javase/8/docs/api/java/util/Date.html.

You may render it just like a string and it will print out a long version of the date.   However, it has methods for doing comparisons, so do not try to do less than or greater than using two Date objects.