0
我在我的頁面之一中使用jQuery UI日期選擇器,作爲默認設置,它顯示日曆開始於週日,週六結束。我可以改變這個嗎?我希望它像星期一開始到星期天結束。可能嗎? 我的代碼是這樣的JSFiddle日期格式的Jquery UI日期選擇器小部件更改
<meta charset="utf-8">
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.9.1.js"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<p>Date: <input type="text" id="datepicker"></p>
$(function() {
$("#datepicker").datepicker();
});
可能重複(HTTP [設置開始jQuery UI的日期選擇一週中的哪一天?]:// stackoverflow.com/questions/1313317/set-start-day-of-the-week-in-jquery-ui-datepicker) –