I printed date from datePicker that you are providing.
'6/14/2016 12:00 AM' was result and I want to change it into 'YY/MM/DD' format.
I use Oracle DB so I tried TO_DATE(Column name, 'MM/DD/YYYY HH:MI') and it didn't work.
Is there any way to change format of your datePicker format just like as customizing templates?