PHP Classes

File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.vi.js

Recommend this page to a friend!
  Classes of No name   RT Adminlte   core/assets/plugins/datepicker/locales/bootstrap-datepicker.vi.js   Download  
File: core/assets/plugins/datepicker/locales/bootstrap-datepicker.vi.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RT Adminlte
Generate layout and menus for Adminlte
Author: By
Last change:
Date: 7 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));