Thursday, 8 August 2013

Custom Date Picker in java

Hi!


                 Like php,android,etc.., their is no UI for Date Picker in Java we have to build manually by calling java.util.Calendar class,

now i place my own date picker as a .jar file. Now you can download and add this jar into your project..,

You can Download Here..,


How to use it!


  • Assign variable for ui,
  • Create an object,
  • Call the datepicker class directly.

JLabel register_date = new JLabel();

register_date.setText(new DatePicker(NewJFrame).setPickedDate());


Thank You..,

No comments:

Post a Comment