DateParse
Returns a DateTime object from a date string.
DateParse(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | date | Required | Date string used to derive the DateTime object |
2 | boolean | Determines whether the system returns the object in UTC format. A value of true returns the DateTime object as UTC. |
System returns a local time of 2:30pm.
System returns 6:30pm as the UTC time based off of the local time value.