-
Calendar in Java
Hi!
How can i use a Calendar in java? I'm making a program and i need to use a Calendar. I need that the person who use it could press buttons and select dates
I can't find some simple information.
Any help?
Thank you :D
Oh and i find a .jar named JDataChooser, but i don't know how to use it
-
Re: Calendar in Java
Out of the box, you can use a JSpinner with a DateEditor. That's not a calendar, but for that you're going to have to look outside standard Java. JavaFX might have something.
We can't really tell you how to use that jar, since we don't even know where you got it. It's better to ask the developers directly.