DATE
Converts numbers yyyy, mm, and dd to a date. The format returned is yyyy-mm-dd
Syntax: DATE (
yyyy
,
mm
,
dd
)
Example: DATE ( 2023 , 2 , 3 )
Output: 2023-02-03
Last updated
Was this helpful?
Converts numbers yyyy, mm, and dd to a date. The format returned is yyyy-mm-dd
Syntax: DATE (
yyyy
,
mm
,
dd
)
Example: DATE ( 2023 , 2 , 3 )
Output: 2023-02-03
Last updated
Was this helpful?