Convert Date
Description
This action component allows you to convert the specific format.
Input Properties
- Input DateTime (String) – Provide DataTime string value or variable.
- Convert Type (Dropdown) – Select a value from the list of available convert types.
Output Properties
- Result (DateTime) – Stores the output of the converted DateTime in a DateTime variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.