Package ej.util.text

Class ComputeShortFormatSymbols

    • Constructor Detail

      • ComputeShortFormatSymbols

        public ComputeShortFormatSymbols()
    • Method Detail

      • getShortMonth

        public String getShortMonth​(int i)
        Description copied from class: DateFormatSymbols
        Gets short month strings. For example: "Jan", "Feb", etc.
        Overrides:
        getShortMonth in class DateFormatSymbols
        Parameters:
        i - the number of the month.
        Returns:
        the short month strings.
      • getShortWeekday

        public String getShortWeekday​(int i)
        Description copied from class: DateFormatSymbols
        Gets short weekday strings. For example: "Sun", "Mon", etc.
        Overrides:
        getShortWeekday in class DateFormatSymbols
        Parameters:
        i - the number of the weekday.
        Returns:
        the short weekday strings. Use Calendar.SUNDAY, Calendar.MONDAY, etc. to index the result array.
      • getShortWeekdays

        public String[] getShortWeekdays()
        Description copied from class: DateFormatSymbols
        Gets short weekday strings. For example: "Sun", "Mon", etc.
        Overrides:
        getShortWeekdays in class DateFormatSymbols
        Returns:
        the short weekday strings. Use Calendar.SUNDAY, Calendar.MONDAY, etc. to index the result array.