JDatePicker

Download
SourceForge.net Logo

JDatePicker and JDatePanel is a date picker control for Java Swing applications.

Licence

Simplified BSD Licence

Screenshots

 Screenshot: JDatePicker in open state without year selection buttons.Screenshot: JDatePanel without resizing, year selector buttons active. 

Usage

Adding JDatePicker to your project via Maven

Include the following dependency on your project's pom:

<dependency><groupId>net.sourceforge.jdatepicker</groupId><artifactId>jdatepicker</artifactId><version>1.3.2</version></dependency>

News

18 November 2008

19 April 2010
  • Another period of quiet for the project, however a number of request have come in for features. Most of these have been incorporated into the next version 1.3.0.
  • Date formatting has been added.
  • Implementable DateModel added, supports any Calendar / Date / DateMidnight / OtherDate object.
  • Friendly towards JGoodies binding, model supports bound bean properties. 
  • Some examples have also been added to the source available on sourceforge and in svn.

Sourceforge

For more information have a look at the JDatePicker project page hosted at Sourceforge.