Date

Properties & methods

Date.create( )
Create a new date object
Date.isDate( )
Determine if a variable is a date object
Date#add( )
Add a unit of time to the current date
Date#between( )
Determine if the current date is between (or equal to) start and end
Date#clone( )
Return a clone of the current date
Date#endOf( )
Set the current date to the end of a unit of time
Date#format( )
Format a date
Date#startOf( )
Set the current date to the start of a unit of time
Date#subtract( )
Subtract a unit of time from the current date