Hi I want to get this format date 2017/02/01 and we have got it just visual but when I insert this is the format that intruduce: Wed Feb 01 00:00:00 CET 2017. Im using that method to primefaces:
<p:calendar value="#{calendarView.date1}" pattern="yyyy/dd/MM" binding="#{inputcalendar}"/>