public class SimpleDateFormatter extends java.lang.Object implements ZonedDateTimeFormatter, java.io.Serializable
ZonedDateTimeFormatter| Constructor and Description |
|---|
SimpleDateFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaptionByDate(java.time.ZonedDateTime date,
java.util.Locale locale)
Returns the caption of the date.
|
java.lang.String |
getCaptionByDateOfMonth(java.time.ZonedDateTime date,
java.util.Locale locale)
Returns the caption of the date of month.
|
java.lang.String |
getCaptionByDayOfWeek(java.time.ZonedDateTime date,
java.util.Locale locale)
Returns the caption of the day of week.
|
java.lang.String |
getCaptionByPopup(java.time.ZonedDateTime date,
java.util.Locale locale)
Returns the caption of the popup title.
|
java.lang.String |
getCaptionByTimeOfDay(java.time.ZonedDateTime date,
java.util.Locale locale)
Returns the caption of the time of day.
|
java.lang.String |
getCaptionByWeekOfYear(java.time.ZonedDateTime date,
java.util.Locale locale)
Returns the caption of the week number within the current year.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCaptionByDate, getCaptionByDateOfMonth, getCaptionByDayOfWeek, getCaptionByPopup, getCaptionByTimeOfDay, getCaptionByWeekOfYearpublic java.lang.String getCaptionByDate(java.time.ZonedDateTime date,
java.util.Locale locale)
ZonedDateTimeFormattergetCaptionByDate in interface ZonedDateTimeFormatterpublic java.lang.String getCaptionByDateOfMonth(java.time.ZonedDateTime date,
java.util.Locale locale)
ZonedDateTimeFormattergetCaptionByDateOfMonth in interface ZonedDateTimeFormatterpublic java.lang.String getCaptionByDayOfWeek(java.time.ZonedDateTime date,
java.util.Locale locale)
ZonedDateTimeFormattergetCaptionByDayOfWeek in interface ZonedDateTimeFormatterpublic java.lang.String getCaptionByTimeOfDay(java.time.ZonedDateTime date,
java.util.Locale locale)
ZonedDateTimeFormattergetCaptionByTimeOfDay in interface ZonedDateTimeFormatterpublic java.lang.String getCaptionByPopup(java.time.ZonedDateTime date,
java.util.Locale locale)
ZonedDateTimeFormattergetCaptionByPopup in interface ZonedDateTimeFormatterpublic java.lang.String getCaptionByWeekOfYear(java.time.ZonedDateTime date,
java.util.Locale locale)
ZonedDateTimeFormattergetCaptionByWeekOfYear in interface ZonedDateTimeFormatterCopyright © 2021. All Rights Reserved.