PHP Classes

File: js/locales/bootstrap-datepicker.zh-TW.js

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.zh-TW.js   Download  
File: js/locales/bootstrap-datepicker.zh-TW.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FormE
Build form and manage MySQL table records with XML
Author: By
Last change:
Date: 6 years ago
Size: 891 bytes
 

Contents

Class file image Download
/** * Traditional Chinese translation for bootstrap-datepicker * Rung-Sheng Jang <daniel@i-trend.co.cc> * FrankWu <frankwu100@gmail.com> Fix more appropriate use of Traditional Chinese habit */ ;(function($){ $.fn.datepicker.dates['zh-TW'] = { days: ["???", "???", "???", "???", "???", "???", "???", "???"], daysShort: ["??", "??", "??", "??", "??", "??", "??", "??"], daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"], months: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"], monthsShort: ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "???", "???"], today: "??", format: "yyyy?mm?dd?", weekStart: 1 }; }(jQuery));