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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -