This is a simple java datepicker for j2se based projects. U can use this datepicker while filling any form and where u want the users to enter the date interactively.
This is under development. Soon a more customizable format of the calender will be available
For now u have to copy the JCalendar Class and show the datepicker by following call:
new JCalendar(jTextField1, this,true,jButton1);
Here jTextField1 is the text field where u want to put the value
jButton1 is the button that will show the datepicker up.