I am trying to enable the time field in the calendar component (as shown in the attached snapshot). I have set the date pattern value as below, but it doesn't enable the time field.
<rich:calendar value="#{calendarBean.selectedDate}" id="calendarID" datePattern="d/M/yy HH:mm" style="width:200px"/>
Is this the right way to enable the time field or am i missing something? I am using RichFaces 3.3.1 and JSF 1.2.
