| 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 | 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
DateFormatter |
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.createEventTitle(DateFormatter df,
Locale locale,
TimeZone timezone,
CalendarEvent ce) |
static List<List<String>> |
Util.packAllCaptionOfMonth(Calendars calendars,
Calendar cal,
Locale locale,
TimeZone timezone,
DateFormatter dfhandler) |
static List<String> |
Util.packCaptionByDate(Calendar cal,
int days,
Locale locale,
TimeZone timezone,
DateFormatter dfhandler) |
static List<String> |
Util.packCaptionByTimeOfDay(Calendar cal,
Map<TimeZone,String> zones,
Locale locale,
DateFormatter dfhandler) |
Copyright © 2015. All Rights Reserved.