About the Tuning DateField category

Tuning DateField: Tuning DateField is a highly customizable alternative to Vaadin native DateField.

  • You can customize styles and cell rendering.

  • There is also an inline mode that displays the calendar directly.

  • From 1.19.0-vaadin8 version, java.time is used instead of Joda Time LocalDate (Joda-Time - Home). You can wrap new version into CustomField that uses Joda for backward compatibility

  • A 3 resolution calendar (day, month, year) is used for fast time travelling

Go to GitHub - fdreyfs/vaadin-tuning-datefield: A DateField Add-On for Vaadin which can be tuned for installation instructions.