Dates
Last updated
Was this helpful?
Last updated
Was this helpful?
Date and time related utility functions.
Returns the actual date as a Date object.
Syntax:
Parameters: None
Returns: Date
Example:
Returns today's date as string formatted in the ISO format: 2020-11-27.
Syntax:
Parameters: None
Returns: String
Example:
Syntax:
Parameters: None
Returns: Date
Example:
Syntax:
Parameters: None
Returns: String
Example:
Syntax:
Parameters: None
Returns: Date
Example:
Syntax:
Parameters: None
Returns: String
Example:
Returns yesterday's date as a Date object.
Returns yesterday's date as a string formatted in ISO format. 2020-11-27.
Returns tomorrow's date as a Date object.
Returns tomorrow's date as a string formatted in ISO format. 2020-11-27.