I am looking for date and time picker, but found just JCalender that's for date picker and does not support the time
I also found this http://matrex.sourceforge.net/help/DateTimePickerDialog.html
I like it because it is simple and easy to use, but I have no idea how to get it or where can I find it
The LGoodDatePicker library includes a good DateTimePicker component. This component allows the user to edit both the date and the time. The time can be edited with optional "spinner" style buttons, with the default "time list" button, or with both.
Fair disclosure: I'm the primary developer.
The DatePicker and the TimePicker classes can also be used individually, if desired.
I've pasted a screenshot of the three components below, (and the demo application).
The library can be installed into your Java project from the project release page.
The project home page is on Github at:
https://github.com/LGoodDatePicker/LGoodDatePicker .
Check this thread (uses swingx
JXDatePicker
component, he extends it's functionality)Is there any good and free Date AND Time Picker available for Java Swing?
Second answer has a full example
download swingx from here: http://www.java2s.com/Code/Jar/s/Downloadswingxjar.htm
example from the other post: