Step Details |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 5.12.0 |
| Location | Data > Text |
The Parse Date With Current User Culture step converts a Date from a String input into the User Culture date time Format of the current user.
Properties
Inputs
| Property | Description | Data Type |
|---|
| Date | The desired date to parse | String |
Outputs
| Property | Description | Data Type |
|---|
| Output | Converted Date based on user culture setting | DateTime |
Example Inputs and Outputs
| Input | Output |
|---|
| 12-09-2022 | 2022-12-09T00:00:00
|
| Null Value | 0001-01-01T00:00:00
|
| Empty String | 0001-01-01T00:00:00
|
