I trying to return date like that " 9/10/2013 " only without time or naming dayes
but when I use
<p:calendar value="#{studentQuery.from}" pattern="MM/dd/yyyy" navigator="true" display="inline"/>
it return :
Thu Sep 12 00:00:00 EET 2013
how to fix that to return date only like : " 9/10/2013 " using primefaces 3.5 with jsf 2