DATE.FORMAT
The DATE.FORMAT() function returns the date in the user-specified string format. If the format is not specified the date is converted to the format based on the user's browser locale.
Syntax
Arguments
format - String. This specifies the format in which the current date should be displayed. Optional.
Return Value
Date as a string.
Example
Last updated