Date
This formula allows to format an ISO 8601 date timestamp to a MMM dd, yyyy formatted string.
Returns
string
JSON Format
{
"type": "date",
"components": ...
}
RPG Script
This component can be written in RPG Script as:
date(...)
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the ISO 8601 string timestamp to format.@type string |