Format Date
This Automation Manager object formats a date into another format.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| Date | Date | Yes | The date to be formatted. | 
| Format | String | Yes | The format to apply to the specified date. | 
| UTC | String | Yes | Converts the date to Coordinated Universal Time (GMT). | 
Output Parameters
| Name | Type | Description | 
|---|---|---|
| FormattedDate | String | The string form of the formatted date. | 
| Result | String | Returns 'True' if the registry value is found, 'False' otherwise. | 
Example Input Parameters
| Name | Type | Required | Example | 
|---|---|---|---|
| Date | Date | Yes | 2/18/2013 10:14:21 AM 2/18/2013 | 
| Format | Selector | Yes | Yyyy-MM-dd | 
| UTC | Boolean | No | <intentionally left blank> | 
