DateTimeConversion
Description | Convert a time or date to a specific format |
Input | String or JSON |
Output | String or JSON |
Input Date Type | This can be one of the following:
|
Input Date Format | A standard date/time format representation for the input date string. See Date formats for a full list of available formats. |
Output Date Format | A standard date/time format representation for the output date string. See Date formats for a full list of available formats. |
IsCollection | If True then the input parameter is a JSON collection, otherwise it is simply a string. |
IteratorKey | If the input parameter is a JSON collection, then this parameter indicates the specific attributes in the collection that the function is to operate on. |