Skip to content

Instantly share code, notes, and snippets.

@prule
Created May 31, 2013 04:31
Show Gist options
  • Select an option

  • Save prule/5682948 to your computer and use it in GitHub Desktop.

Select an option

Save prule/5682948 to your computer and use it in GitHub Desktop.
Using the JSF DateMidnightConverter with Primefaces Calendar component
<p:row>
<p:column>
<p:outputLabel value="Date"/>
</p:column>
<p:column>
<p:calendar pattern="dd/MMM/yyyy" navigator="true" showButtonPanel="true"
converter="#{dateMidnightConverter}"
value="#{myBean.selected.date}"/>
</p:column>
</p:row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment