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
Name | Type | Description |
---|---|---|
Date Format | String | One of 9 predefined date output formats |
Time Format | String | One of 6 time formats up to second granularity |
Date | String | The input date or date-time |
Day First | Boolean | True if date format is day/month, False otherwise. |
Outputs
Name | Type | Description |
---|---|---|
Parsed Date | String | Date output according to date and time format. |
Updated 12 months ago