/**
 * Thai translation for bootstrap-datetimepicker
 * Suchau Jiraprapot < [email protected]>
 */
;(function($){
	$.fn.datetimepicker.dates['th'] = {
		days: ["???????", "??????", "??????", "???", "?????", "?????", "?????", "???????"],
		daysShort: ["??", "?", "?", "?", "??", "?", "?", "??"],
		daysMin: ["??", "?", "?", "?", "??", "?", "?", "??"],
		months: ["??????", "??????????", "??????", "??????", "???????", "????????", "???????", "???????", "???????", "??????", "?????????", "???????"],
		monthsShort: ["?.?.", "?.?.", "??.?.", "??.?.", "?.?.", "??.?.", "?.?.", "?.?.", "?.?.", "?.?.", "?.?.", "?.?."],
		today: "??????",
		suffix: [],
		meridiem: []
	};
}(jQuery));
 
  |