On my old site I have set up the datepicker to default to the following format.
[attachment=0]DatePicker.PNG[/attachment]
I can't seem to work out how to do this in CF V5
Hello,
I have the same problem.
I'm using Joomla 3.2 with Chronoforms V5 : I would like to have a view with Years.
In the Datepicker parameters, I put : data-start_view = y
In the Form page I have the code HTML with Firebug :
..
<input type="text" data-start_view="y" data-gdatetimepicker="1" data-tooltip="" data-load-state="" style="" title="" class="validate['required'] form-control A" placeholder="" data-gdatetimepicker-format="d-m-Y" value="" id="naissance" name="Naissance">
...
And the result is appera by Days :
[attachment=0]view-by-day.jpg[/attachment]
I want to have a view by Years :
[attachment=1]view-by-year.jpg[/attachment]
In this file gdatetimepicker.js, we don't see a code that uses start_view.
Thank you !!
Eric