DATE.FORMAT
Syntax
DATE.FORMAT("format")
//returns the current date in the specified string formatArguments
Return Value
Example
DATE.FORMAT()
//returns 11/6/24 (current date in the format based on the user's browser locale)
DATE.FORMAT("DD MM YY")
//returns 11 06 24Last updated
Was this helpful?