i just got a simple query. i am using p:calendar in my project. it works fine with pattern="HH:mm", but if i change it to pattern="KK:mm" it only displays the inputtext with the current time.
this works fine
<p:calendar id="p6" value="#{testBean.date}" pattern="HH:mm" styleClass="calStyle" timeOnly="true" >
but this doesnt.
<p:calendar id="p6" value="#{testBean.date}" pattern="kk:mm" styleClass="calStyle" timeOnly="true" >
i wanted time from 01:00 to 24:59, thus i am using "kk:mm" pattern. any guidence is highly appreciated.
Thanks:)

ksince it will provide the Hour of the Day – gtgaxiola Sep 27 '12 at 13:09