0
jQuery Datepickerをドイツ語のカレンダーに変更したいが、動作しなかった。Apache WebサーバーのDatepicker jQuery
<script>
$(function() {
$("#datepicker").datepicker($.datepicker.regional[ "de" ]);
$("#locale").on("change", function() {
$("#datepicker").datepicker("option",
$.datepicker.regional[ $(this).val() ]);
});
});
</script>
ありがとう:
-Iがあることを試みました!
を行う必要がある あなたは@Pradeepありがとう!してください – Begovic