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]
# 1
There are a few calender beans out there... one I've used in the past is DatePicker from Microba http://microba.sourceforge.net/
c0demonk3ya at 2007-7-12 22:04:23 > top of Java-index,Desktop,Core GUI APIs...
# 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 > top of Java-index,Desktop,Core GUI APIs...
# 3
I think this really should be a standard component! :-(
Pucea at 2007-7-12 22:04:23 > top of Java-index,Desktop,Core GUI APIs...