1. 程式人生 > >利用bootstrap插件設置時間

利用bootstrap插件設置時間

etl -i start http 技術 UNC NPU 設置時間 this

$("#"+id_rand+" .shijian-input").each(function () {
$(this).datetimepicker({
lang:"ch", //語言選擇中文 註:舊版本 新版方法:$.datetimepicker.setLocale(‘ch‘);
format: "hh : ii", //格式化日期
startView:0, // 此處設置彈出來的按鈕只有 時分,沒有年月
timepicker:false, //關閉時間選項
yearStart:2000, //設置最小年份
yearEnd:2050, //設置最大年份
todayButton:false, //關閉選擇今天按鈕
});
});


技術分享圖片

利用bootstrap插件設置時間