Class Calendar

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
atlantafx.base.controls.Calendar
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget, javafx.scene.control.Skinnable

public class Calendar extends javafx.scene.control.Control
The Calendar control allows the user to select a date. The calendar is based on either the standard ISO-8601 chronology or any of the other chronology classes defined in the java.time.chrono package.
  • The value property represents the currently selected LocalDate. The default value is null.
  • The chronology property specifies a calendar system to be used for parsing, displaying, and choosing dates.
  • The value property is always defined in the ISO calendar system, however, so applications based on a different chronology may use the conversion methods provided in the Chronology API to get or set the corresponding ChronoLocalDate value.