Interface DateFormatter

    • Method Detail

      • getCaptionByDayOfWeek

        String getCaptionByDayOfWeek​(Date date,
                                     Locale locale,
                                     TimeZone timezone)
        Returns the caption of the day of week.
      • getCaptionByTimeOfDay

        String getCaptionByTimeOfDay​(Date date,
                                     Locale locale,
                                     TimeZone timezone)
        Returns the caption of the time of day.
      • getCaptionByDate

        String getCaptionByDate​(Date date,
                                Locale locale,
                                TimeZone timezone)
        Returns the caption of the date.
      • getCaptionByDateOfMonth

        String getCaptionByDateOfMonth​(Date date,
                                       Locale locale,
                                       TimeZone timezone)
        Returns the caption of the date of month.
      • getCaptionByPopup

        String getCaptionByPopup​(Date date,
                                 Locale locale,
                                 TimeZone timezone)
        Returns the caption of the popup title.
      • getCaptionByWeekOfYear

        String getCaptionByWeekOfYear​(Date date,
                                      Locale locale,
                                      TimeZone timezone)
        Returns the caption of the week number within the current year.