| java.lang.Object com.jidesoft.converter.MonthNameConverter
MonthNameConverter | public class MonthNameConverter implements ObjectConverter(Code) | | Converter which converts int to month string and converts it back.
|
CONCISE_FORMAT | final public static DateFormat CONCISE_FORMAT(Code) | | 0 -> "1", 1 -> "2", ..., 11 -> "12"
|
LONG_FORMAT | final public static DateFormat LONG_FORMAT(Code) | | 0 -> "January", 1 -> "February", ..., 11 -> "December"
|
MEDIUM_FORMAT | final public static DateFormat MEDIUM_FORMAT(Code) | | 0 -> "Jan", 1 -> "Feb", ..., 11 -> "Dec"
|
SHORT_FORMAT | final public static DateFormat SHORT_FORMAT(Code) | | 0 -> "01", 1 -> "02", ..., 11 -> "12"
|
MonthNameConverter | public MonthNameConverter()(Code) | | Creates a new CalendarConverter.
|
getCalendarByMonth | protected Calendar getCalendarByMonth(int month)(Code) | | |
getDefaultFormat | public DateFormat getDefaultFormat()(Code) | | Gets default format to format a month.
DefaultFormat |
|
|