How to show timepicker on Primefaces Calendar component? -



How to show timepicker on Primefaces Calendar component? -

i'm using primefaces calendar component select date , time, date part available. code looks same code http://www.primefaces.org/showcase/ui/input/calendar.xhtml (example "datetime"), can't figure out, what's wrong in case. suggestion?

my code:

<p:calendar value="#{item.datefrom}" pattern="dd.mm.yyyy hh:mm" />

hours represented capital h.

so code has be:

<p:calendar value="#{item.datefrom}" pattern="dd.mm.yyyy hh:mm" />

... capital h.

primefaces calendar

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -