PHP Classes

File: js/locales/bootstrap-datepicker.vi.js

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.vi.js   Download  
File: js/locales/bootstrap-datepicker.vi.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: 761 bytes
 

Contents

Class file image Download
/** * Vietnamese translation for bootstrap-datepicker * An Vo <https://github.com/anvoz/> */ ;(function($){ $.fn.datepicker.dates['vi'] = { days: ["Ch? nh?t", "Th? hai", "Th? ba", "Th? t?", "Th? n?m", "Th? sáu", "Th? b?y", "Ch? nh?t"], daysShort: ["CN", "Th? 2", "Th? 3", "Th? 4", "Th? 5", "Th? 6", "Th? 7", "CN"], daysMin: ["CN", "T2", "T3", "T4", "T5", "T6", "T7", "CN"], months: ["Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12"], monthsShort: ["Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12"], today: "Hôm nay", clear: "Xóa", format: "dd/mm/yyyy" }; }(jQuery));