Creates a date from a string based on the specified format
Date("18 Jan 2023",DateFormatTemplateOption.`dd*shortMonth*yyyy`) → 2023-01-18 Date("07 01 21",DateFormatTemplateOption.`MM*dd*yy`) → 2021-07-01
Date(string, [format])
string - A string that contains a date in a special format
string
[format] - Format of the string, , ex. DateFormatTemplateOption.MM*dd*yy
[format]
MM*dd*yy