DATE
Syntax
DATE(date,format)
//returns the date in the specified format
DATE(year,month,date)
//returns the date in the browser locale formatArguments
Return Value
Example
Last updated
Was this helpful?
DATE(date,format)
//returns the date in the specified format
DATE(year,month,date)
//returns the date in the browser locale formatLast updated
Was this helpful?
Was this helpful?
DATE("05/29/2024")
//returns 29/5/2024
DATE(2024,05,24)
//returns 24/5/2024