Datepicker wont change dateformat.
I have this code:
- $('input.datepicker').not('.hasDatePicker').datepicker({showAnim: "clip", dateformat: "yy-mm-dd"});
But for some reason the dateformat wont change no matter what I change it to. The animation changes though. Im not sure whats going on here.