hi all,
after trying to adjust the date format (instead of 2011-06-10 I'd like to have 10. Jun 2011)applying the following changes:
- added a field class (date_picker_1) to the date element in form wizard
- on the general tab in form manager added date_picker_1::{inputOutputFormat: 'j. M Y'}
only now none of the validations in my form is working any longer (required fields do not through any errors), the date form doesn't even show the calendar and the firefox / firebug console displays the following error:
missing : after property id
new DatePicker('.cf_date_picker', {pickerClass: 'datepicker_dashboard', format: 'Y-m-d', inputOutputFormat: 'Y-m-d', allowEmpty: true, date_picker_1::{inputOutputFormat: 'j. M Y'}});
addresults (line 35)
what am I overlooking ? and what is 'after property id' ?
J!1.5.23, CF 4 RC1.9
after trying to adjust the date format (instead of 2011-06-10 I'd like to have 10. Jun 2011)applying the following changes:
- added a field class (date_picker_1) to the date element in form wizard
- on the general tab in form manager added date_picker_1::{inputOutputFormat: 'j. M Y'}
only now none of the validations in my form is working any longer (required fields do not through any errors), the date form doesn't even show the calendar and the firefox / firebug console displays the following error:
missing : after property id
new DatePicker('.cf_date_picker', {pickerClass: 'datepicker_dashboard', format: 'Y-m-d', inputOutputFormat: 'Y-m-d', allowEmpty: true, date_picker_1::{inputOutputFormat: 'j. M Y'}});
addresults (line 35)
what am I overlooking ? and what is 'after property id' ?
J!1.5.23, CF 4 RC1.9