开发者

how can get date in netbeans?

开发者 https://www.devze.com 2023-02-18 15:38 出处:网络
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.

please see follow pic.

how can get date in netbeans?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消