Parse and Format Date

This action is used to automatically parse a variety of date-time styles and output the desired format. The format of the input date can vary by execution.

🚧

Day/Month or Month/Day

The scenario where the order of month and day of the month could be confused is handled by a flag which marks this order.

Inputs

NameTypeDescription
Date FormatStringOne of 9 predefined date output formats
Time FormatStringOne of 6 time formats up to second granularity
DateStringThe input date or date-time
Day FirstBooleanTrue if date format is day/month, False otherwise.

Outputs

NameTypeDescription
Parsed DateStringDate output according to date and time format.