Introduction"
From Documentation
m (replace tt with code (via JWB)) |
|||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
[[File:ZKCalEss_CalendarIntroduction.png | 900px]] | [[File:ZKCalEss_CalendarIntroduction.png | 900px]] | ||
+ | = Important Change = | ||
+ | {{versionSince | 3.0.0}} | ||
+ | * [[ZK%20Calendar%20Essentials/Themes |New look and feel]] | ||
+ | * [[ZK_Calendar_Essentials/Displaying_Calendar_Items| Some event name and class name renaming]] | ||
+ | * Support java 8 new date API ([https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html <code>java.time.*</code>]) | ||
+ | * Require Java 8 or above | ||
{{ZKCalendarEssentialsPageFooter}} | {{ZKCalendarEssentialsPageFooter}} |
Latest revision as of 09:05, 17 January 2022
ZK Calendar is a Google-Calendar-like Ajax component providing rich and intuitive scheduling functionality. One of the main benefits of ZK Calendar is it can be embedded into existing Java EE applications with minimal effort. The calendar can work seamlessly with other ZK components and support function and style customization.
ZK Calendar boasts all the advanced features of a modern-day calendar such as daily, weekly, and monthly views, drag-n-drop, multiple time zones, and permission control.
Go to see Online Demo
Important Change
Since 3.0.0
- New look and feel
- Some event name and class name renaming
- Support java 8 new date API (
java.time.*
) - Require Java 8 or above
The example project is at Github