Summary
Convert time format
Description
Converts an input time to a new format. Can be used to extract more complex sets of information than extractField
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| inputTime | object | yes | The time to convert |
| newFormatString | string | yes | Moment.js date-time format string. See https://momentjs.com/docs/#/displaying/format/ |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| convertedTime | object | The converted time |