JSF Calendar Demo
How to get this working
To get this working on your own page, look below for the example snippet
used to get the demo on this page working.<h:form> <calendar:inputDate value="# {calendarBean.date}"/> <h:commandButton action="# {calendarBean.doSubmit1}" value="Submit"/> <br/> <br/> Entered date: <h:outputText value="# {calendarBean.date}"/> </h:form>Actual demo