Package | Description |
---|---|
org.zkoss.calendar | |
org.zkoss.calendar.api | |
org.zkoss.calendar.impl |
Modifier and Type | Method and Description |
---|---|
DateFormatter |
Calendars.getDateFormatter()
Returns the date formatter.
|
Modifier and Type | Method and Description |
---|---|
void |
Calendars.setDateFormatter(DateFormatter dfmater)
Sets the date formatter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ZonedDateTimeFormatter
A date (
ZonedDateTime ) formatter is used to display the different date format in the calendar. |
Modifier and Type | Method and Description |
---|---|
DateFormatter |
Calendars.getDateFormatter()
Deprecated.
Returns the date formatter.
|
Modifier and Type | Method and Description |
---|---|
void |
Calendars.setDateFormatter(DateFormatter dfmater)
Deprecated.
Sets the date formatter.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDateFormatter
A simple implementation of
ZonedDateTimeFormatter |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Util.createItemTitle(DateFormatter df,
java.util.Locale locale,
java.util.TimeZone timezone,
CalendarItem ce) |
static java.util.List<java.util.List<java.lang.String>> |
Util.packAllCaptionOfMonth(Calendars calendars,
java.util.Calendar cal,
java.util.Locale locale,
java.util.TimeZone timezone,
DateFormatter dfhandler) |
static java.util.List<java.lang.String> |
Util.packCaptionByDate(java.util.Calendar cal,
int days,
java.util.Locale locale,
java.util.TimeZone timezone,
DateFormatter dfhandler) |
static java.util.List<java.lang.String> |
Util.packCaptionByTimeOfDay(java.util.Calendar cal,
java.util.Map<java.util.TimeZone,java.lang.String> zones,
java.util.Locale locale,
DateFormatter dfhandler) |
Copyright © 2021. All Rights Reserved.