中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

[置頂]       Jquery 日期選擇

發布時間:2020-08-02 10:12:14 來源:網絡 閱讀:212 作者:873582595 欄目:web開發

1、首先將Jquery中的datepicker插件中的相關屬性值改成中文的:

$.datepicker.regional['zh-CN'] = {          clearText: '清除',          clearStatus: '清除已選日期',          closeText: '關閉',          closeStatus: '不改變當前選擇',          prevText: '<上月',          prevStatus: '顯示上月',          prevBigText: '<<',          prevBigStatus: '顯示上一年',          nextText: '下月>',          nextStatus: '顯示下月',          nextBigText: '>>',          nextBigStatus: '顯示下一年',          currentText: '今天',          currentStatus: '顯示本月',          monthNames: ['一月','二月','三月','四月','五月','六月', '七月','八月','九月','十月','十一月','十二月'],          monthNamesShort: ['一','二','三','四','五','六', '七','八','九','十','十一','十二'],          monthStatus: '選擇月份',          yearStatus: '選擇年份',          weekHeader: '周',          weekStatus: '年內周次',          dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],          dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],          dayNamesMin: ['日','一','二','三','四','五','六'],          dayStatus: '設置 DD 為一周起始',          dateStatus: '選擇 m月 d日, DD',          dateFormat: 'yy-mm-dd',          firstDay: 1,          initStatus: '請選擇日期',          isRTL: false};          $.datepicker.setDefaults($.datepicker.regional['zh-CN']); 

2、html頁面中有兩個日期輸入框,分別為起始日期和結束日期:

<label for="start-datepicker">起始日期:</label> <input type="text" class="datepicker test-image-datepicker" id="start-datepicker" size="15" />&nbsp;&nbsp;                                             <label for="end-datepicker">結束日期:</label> <input type="text" class="datepicker test-image-datepicker" id="end-datepicker" size="15" />

3、調用修改后的datepicker插件:

 var $start_date_value = "2012年1月1日"; // TODO  改成可以配置的     var $end_date_value = new Date();      // When document has loaded, initialize pagination and form      $(document).ready(function(){               $(".imagezz").click($test_image_check_box_click);                  $( ".test-image-datepicker" ).datepicker({             changeMonth: true,             changeYear: true,             showOn: "both",             buttonImage: "images/calendar.gif",             buttonImageOnly: true,             showButtonPanel: true,             onSelect: function(dateText, inst){                             if ($(this).attr("id") == "start-datepicker") {                                 $start_date_value = dateText;                             }                             if ($(this).attr("id") == "end-datepicker") {                                 $end_date_value = dateText;                             }                             //下面可以寫一些根據日期變化引起頁面相關部分修改的函數                             //......                         }         });          $(".test-image-datepicker").datepicker("option", "dateFormat", "yy年mm月dd日");         $('.test-image-datepicker').attr("readonly","readonly");                  $("#start-datepicker").datepicker("setDate",$start_date_value);         $("#end-datepicker").datepicker("setDate",$end_date_value);

 datepicker其余選項及方法詳見:http://api.jqueryui.com/datepicker/

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

肥城市| 濮阳县| 九台市| 长沙市| 确山县| 牡丹江市| 阿克陶县| 孝昌县| 延庆县| 石门县| 祁连县| 佳木斯市| 三都| 平山县| 清远市| 毕节市| 马公市| 昆山市| 大足县| 安岳县| 桑日县| 子洲县| 油尖旺区| 射阳县| 图们市| 留坝县| 平凉市| 甘泉县| 古浪县| 祁东县| 太仆寺旗| 太仓市| 福贡县| 越西县| 枞阳县| 莆田市| 伽师县| 临桂县| 延寿县| 灵山县| 兴隆县|