Skip to content

bajins/datetime-picker-javafx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DateTimePicker

Basic date and time picker control for JavaFX

Since there isn't one native to JavaFX yet, I made this simple JavaFX control for picking date and time. It uses javafx.scene.control.DatePicker to select date. Time selection is done using buttons for hours and sliders for minutes and seconds.

Only been tested with Java 8 update 11 and in the United States Locale, so no guarantees if it works with other languages and/or locales.

Icons used are from the Dusseldorf icon pack found here: http://pc.de/icons/ and are licensed under CC 3.0

Installing

<dependency>
  <groupId>io.github.bajins</groupId>
  <artifactId>datetime-picker-javafx</artifactId>
  <version>1.0.0</version>
</dependency>

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • CSS 0.9%