Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels