how can get date in netbeans?
please see follow pic.
enter 开发者_如何学Golink description here
i want when i click on bottom that specified by green circle a thing like that specified by red circle is shown is appeared.
i want two know is there any function or class in java that do that and return
the selected date.
i want to use it in mysql.
You're looking for a Swing Date Picker
, if I understand correctly. Googling for these keywords turned up the following solutions:
- JCalendar
- DatePicker
- JDatePicker
- Swing Calendar Component
And if u want this in some web-application go for javascript datepickers. But, if its swing; JCalendar is perfect.
精彩评论