-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matt Vickery edited this page Jan 9, 2019
·
19 revisions
The gds-calendar component is an open source Java based calendar based on the use of a collection of Java java.time.LocalDate objects.
- Simple creation of calendars using a Java API as well as automatic creation through property files.
- Easy calendar management - adding and removing dates and DayOfWeek from any calendar.
- Support for Spring converter objects Converter<String, LocalDate> and Converter<String, LocalDateCalendar> so LocalDate and LocalDateCalendar objects can be created from strings in properties files.
- Calendar event callback via listener registration.
Greendot Software Ltd.