You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mario Ivankovits <ma...@ops.co.at> on 2006/10/15 19:23:30 UTC

Extend HtmlInputCalendar with time input

Hi!

Someone willing to extend our HtmlInputCalendar to allow to input a time?

Additional attributes like:
inputTime="true|false"
timePrecision="hours|minutes|seconds"
would be great!

"timePrecision" will define the pattern:
hours: HH
minutes: HH:MM
seconds: HH:MM:SS

The missing part should be initialized with zero then.


Ciao,
Mario