how to get current date and time into JXDatePicker
and how to calculate the difference between two JXDatePicker
in comprise to day, hour , month, minute ,second
Asked
Active
Viewed 357 times
0

Paul Samsotha
- 205,037
- 37
- 486
- 720

user3255950
- 19
- 1
-
1Have you looked at the documentation?http://download.java.net/javadesktop/swinglabs/releases/0.8/docs/api/org/jdesktop/swingx/JXDatePicker.html – DSquare Apr 12 '14 at 18:44
-
The same way you would always calculate the difference between two dates, JodaTime, [for example](http://stackoverflow.com/questions/12851934/how-to-find-difference-between-two-joda-time-datetimes-in-minutes/12852021#12852021) – MadProgrammer Apr 12 '14 at 21:23