materializecss datepicker 中文選項及日期格式化

在datepicker初始化時,根據須要來設置中文選項:spa

主要包括:code

日期格式 ---- format:‘yyyy/mm/dd’;orm

週一到週日 ---- weekdaysLetterblog

今天 ---- todaypdo

清除 ---- clearinput

關閉 ---- closeform

下拉月份設置 ---- monthsFullclass

頭部月份設置 ---- monthsShortdate

頭部周設置 ---- weekdaysFullselect

<input type="text" class="datepicker_start">
 1 $('.datepicker_start').pickadate({
 2         selectMonths: true, // Creates a dropdown to control month
 3         selectYears: 15, // Creates a dropdown of 15 years to control year
 4         format: 'yyyy/mm/dd',
 5         weekdaysLetter: ['日', '一', '二', '三', '四', '五', '六'],
 6         today: '今天',
 7         clear: '清除',
 8         close: '關閉',
 9         monthsFull: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
10         monthsShort: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
11         weekdaysFull: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'],12     });

備忘。。。

相關文章
相關標籤/搜索