from-to date java component
hey all
i am trying to query a database from my java software with certain date constraints....
can i find online a ready made component that have this "from-to" component where i put a certain date and it make sure that the year is leap and all those stuff
please help.
thanks in advance
[319 byte] By [
bif_fa] at [2007-11-27 9:15:22]

# 2
There are several, but I haven't tried them yet:
https://swingx.dev.java.net/
http://www.jdatepicker.com/
http://www.calendarcomponent.com/
http://jdatechooser.sourceforge.net/
http://www.google.com.br/search?hl=en&q=java+swing+Calendar
There are probably more! ;-)
I'd try the one from swingx since these are the Swing components, which might get it to the standard jdk.
-Puce
Pucea at 2007-7-12 22:04:23 >
