Attributes |
Name | Required | Request-time | Type | Description |
value | false | true | java.lang.String | Date string to be parsed. |
type | false | true | java.lang.String | Specifies whether the date string in the value attribute is supposed to contain a time, a date, or both. |
dateStyle | false | true | java.lang.String | Predefined formatting style for days which determines how the date component of the date string is to be parsed. 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 styles for times which determines how the time component in the date string is to be parsed. 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 pattern which determines how the date string is to be parsed. |
timeZone | false | true | java.lang.String | Time zone in which to interpret any time information in the date string. |
parseLocale | false | true | java.lang.String | Locale whose predefined formatting styles for dates and times are to be used during the parse operation, or to which the pattern specified via the pattern attribute (if present) is applied. |
var | false | false | java.lang.String | Name of the exported scoped variable in which the parsing result (of type java.util.Date) is stored. |
scope | false | false | java.lang.String | Scope of var. |