| Attributes |
| Name | Required | Request-time | Type | Description |
| value | true | true | java.lang.String | Date and/or time to be formatted. |
| type | false | true | java.lang.String | Specifies whether the time, the date, or both the time and date components of the given date are to be formatted. |
| dateStyle | false | true | java.lang.String | Predefined formatting style for dates. Follows the semantics defined in class java.text.DateFormat. Applied only when formatting a date or both a date and time (i.e. if type is missing or is equal to "date" or "both"); ignored otherwise. |
| timeStyle | false | true | java.lang.String | Predefined formatting style for times. Follows the semantics defined in class java.text.DateFormat. Applied only when formatting a time or both a date and time (i.e. if type is equal to "time" or "both"); ignored otherwise. |
| pattern | false | true | java.lang.String | Custom formatting style for dates and times. |
| timeZone | false | true | java.lang.String | Time zone in which to represent the formatted time. |
| var | false | false | java.lang.String | Name of the exported scoped variable which stores the formatted result as a String. |
| scope | false | false | java.lang.String | Scope of var. |