Class PMICalendarUtils
java.lang.Object
com.inductiveautomation.factorypmi.application.components.calendar.common.PMICalendarUtils
Utilities to help with internationalization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
getAmPmNames
(Locale locale) protected static DateFormatSymbols
getDateSymbols
(Locale locale) protected static String[]
getFormatsForLocale
(Locale locale) static String
getHoursFormat
(Locale locale) static String
getMillisFormat
(Locale locale) static String
getMMDDFormat
(Locale locale) static String
getMMDDYYYYFormat
(Locale locale) static String
getMonthDayFormat
(Locale locale, boolean useShortMonthFormat) static String[]
getMonthNames
(Locale locale) static String
getMonthYYFormat
(Locale locale, boolean useShortMonthFormat) static String
getMonthYYYYFormat
(Locale locale, boolean useShortMonthFormat) static String[]
getShortMonthNames
(Locale locale) static String[]
getShortWeekdayNames
(Locale locale) static String[]
getShortWorkweekDayNames
(Locale locale) static String[]
getWeekdayNames
(Locale locale) static String
getWeekMonthDayFormat
(Locale locale, boolean useShortMonthFormat, boolean useShortWeekdayFormat) static String[]
getWorkweekDayNames
(Locale locale) static boolean
isWeekend
(int day)
-
Constructor Details
-
PMICalendarUtils
public PMICalendarUtils()
-
-
Method Details
-
getWeekMonthDayFormat
-
getMonthDayFormat
-
getMonthYYFormat
-
getMonthYYYYFormat
-
getMMDDFormat
-
getMMDDYYYYFormat
-
getFormatsForLocale
-
getDateSymbols
-
getWeekdayNames
-
getShortWeekdayNames
-
getWorkweekDayNames
-
getShortWorkweekDayNames
-
isWeekend
public static boolean isWeekend(int day) -
getMonthNames
-
getShortMonthNames
-
getAmPmNames
-
getMillisFormat
-
getHoursFormat
-