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
Eclose the "$.datepicker.setDefaults" call within:
jQuery(function ($) { initialization; });
Final result:
jQuery(function ($) { $.datepicker.setDefaults($.datepicker.regional["de"]); });