I must admit that I wasn't aware of this and I'm guessing that if this is news for me it might be news for other people so I wanted to blog about it.
Turns out that the af:inputDate components in ADF Faces can actually allow your customers to select a time(hour/minutes/seconds) as well as a date.
All you have to do to see it in action is give your ADF BC EO date field the type of Timestemp instead of Date, and possibly add a nice format mask under the UI hints like: yyyy-MM-dd HH:mm:ss
and you should get a calendar popup that looks like this:

While we are on the subject of date and time, I'll put another note here that the format mask that you use for an ADF BC date or timestemp format comes from the Java Date type.
Something like the table you can find here.
Comments (1)
Hi Shay:
Thanks a lot for this post. I have been looking for a time selector for a while and not able to find it in the docs before reading this. I have a question - i only need the time portion and not the date. Can this be done? Ideally the page itself will have the time portion of the popup. I will try editing the mask to see if it works just by doing that.
Thanks,
Raj
Posted by Rajbala Makar | December 10, 2009 11:12 AM
Posted on December 10, 2009 11:12