Function Date

Converts a value into a date

Date([VALUE])

Parameters

# Type Passing Default Name Description/Comments
1 any required n/a VALUE The value to convert

Returns

A date object or null if the parsing of the date fails


Examples

Example for parsing a date

{{Date("01/01/2022")}}