First off, I want to state, that I\'ve read a lot of threads on this Topic but none solved my Problem.
So I need a german JQuery Datepicker. So I set th
JQuery Datepicker
It is neccessary to combine the already given answeres here like this:
Add to the Header:
and to your Code:
$.datepicker.setDefaults($.datepicker.regional["de"]);
That's it!