When I open the date picker, it is trying to do d/m/y. I have tried so many different things and can’t get it to be m/d/Y in the date picker. Anyone know the problem?
Add a hidden field for startday. Remove the attribute from CJuiDatePicker and add a value property and fill it with a parsed date (base upon the value of startday) in the desired format. Add altField and altFormat. AltField points to the hidden field id, and altFormat has the format of startday.