Question:
Need date time picker??
Deepesh
2006-05-27 23:17:47 UTC
There is a activeX control in VB name Date Time Picker.... i want to know is there any same kind of utility available in Java, which i can use.... plz help me
Three answers:
2006-05-27 23:23:51 UTC
Use the Calendar class:



http://java.sun.com/j2se/1.3/docs/api/java/util/Calendar.html
Friendly Guy
2006-05-28 05:43:30 UTC
No, there is no date time picker in JAVA. You have to built your own date time picker. It is very easy & u use Java Calender Class to built the date time picker.



U need to run two loop to display date & some formatting. Calender class is very vast class.



you can easily built that date time picker.
butchell
2006-05-27 23:23:02 UTC
this might be what you are looking for

http://www.javascriptkit.com/script/script2/tengcalendar.shtml


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...