Date SFO
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.
Â