date+time picker for jsf

Andreas Petersson picture Andreas Petersson · Mar 9, 2009 · Viewed 15.4k times · Source

Is there any ready-to-use component for JSF that allows to chose the Date + the Time of an event? All components I know only allow for date. adding time manually is tedious.

Answer

Romain Linsolas picture Romain Linsolas · Mar 9, 2009

The RichFaces calendar component allow you to choose both date and time.

You can test it here. After choosing a date, it allows you to choose the time. Is it what you are looking for?