UFDate defines support methods for Date.
Date
Static
Returns a 24-hour day in milliseconds.
Returns one hour in milliseconds.
Checks if two dates are equal by comparing their utc year, month and date.
First date to check
Second date to check
True if the date parts are equal.
Returns the newest date.
Rest
One or more dates.
Returns the oldest date.
Gets the date formatted for use with mysql: "yyyy-mm-dd hh:mm:ss"
Date to format
Default to return if aData is not a date.
Formatted date or aDefault if data is null or undefined
UFDate defines support methods for
Date
.