Skip to main content

Overview

The parse-date transformation parses a date string into a date object.

Syntax

parse-date(<variable>, format="")

Parameters

ParameterTypeRequiredDescription
variablestringYesThe date string to parse
formatstringYesThe expected format of the date string

Examples

parse-date(<variable>, format="YYYY-MM-DD")
parse-date(<variable>, format="DD/MM/YYYY")