public static class CmsJspInstanceDateBean.CmsDateFormatOption extends java.lang.Object
| Constructor and Description |
|---|
CmsDateFormatOption(java.lang.String configString,
java.util.Locale locale)
Create a new date format option.
|
public CmsDateFormatOption(java.lang.String configString, java.util.Locale locale) throws java.lang.IllegalArgumentException
configString - the configuration string, should be structured as "datePattern|timePattern|dateTimePattern", where only datePattern is mandatory.locale - the locale to use for printing days of week, month names etc.java.lang.IllegalArgumentException - thrown if the configured patterns are invalid.