When I'm using 2 datepickers on the same form, i've got a small issue.
For the first date, I can easily pick the year, then the month, and then the day.
But with the second date field, once I click the year, the form inserts direct a date in the field.
When I click the date field again, I can nicely click the year, then the month, then day...
My settings for the form:
[list]DateTime Picker config >>> startView: 'years'
DatePicker Type >>> MooTools DatePicker
Moo DatePicker Style >>> JQUI [/list]
Settings for the fields:
[list]Field Name Date 1: inven_datumIN
Field Name Date 2: inven_datumUIT [/list]
I guess it's something to do with some cache somewhere, but I've got no clue how to solve it. 😶
For the first date, I can easily pick the year, then the month, and then the day.
But with the second date field, once I click the year, the form inserts direct a date in the field.
When I click the date field again, I can nicely click the year, then the month, then day...
My settings for the form:
[list]
Settings for the fields:
[list]
I guess it's something to do with some cache somewhere, but I've got no clue how to solve it. 😶