I have the below code in a cakephp templage
echo $this->Form->input('Applicant.application_date',array('between'=>$star,))
the value from the database is a date type and the form displays it as a series of dropdown for the month date and year how do i make it display as a date picker or just an input box with values in the format DD/MM/YYYY
To display a datepicker, you can add a piece of javascript.
Here is a sample with jquery :
Template:
Javascript part: