Modifier and Type | Method and Description |
---|---|
void |
setBinding(javax.el.ValueExpression binding)
A ValueExpression that evaluates to an instance of
ConvertDateTimeHandler . |
void |
setLocale(javax.el.ValueExpression locale)
Locale whose predefined styles for dates and times are used during formatting or parsing.
|
void |
setPattern(String pattern)
Custom formatting pattern which determines how the date/time string should be formatted and parsed.
|
void |
setTimeZone(javax.el.ValueExpression timeZone)
Time zone in which to interpret any time information in the date String.
|
void |
setType(String type)
Specifies what contents the string value will be formatted to include, or parsed expecting.
|
void setBinding(javax.el.ValueExpression binding)
ConvertDateTimeHandler
.void setLocale(javax.el.ValueExpression locale)
void setPattern(String pattern)
void setTimeZone(javax.el.ValueExpression timeZone)
void setType(String type)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.