| /**
 * Persian translation for bootstrap-datepicker
 * Mostafa Rokooie <[email protected] >
 */
;(function($){
	$.fn.datepicker.dates['fa'] = {
		days: ["???????", "??????", "???????", "????????", "????????", "????", "????", "???????"],
		daysShort: ["??", "??", "??", "????", "???", "????", "????", "??"],
		daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"],
		months: ["??????", "?????", "????", "?????", "??", "????", "?????", "???", "???????", "?????", "??????", "??????"],
		monthsShort: ["???", "???", "???", "???", "??", "???", "???", "???", "???", "???", "???", "???"],
		today: "?????",
		clear: "??? ??",
		weekStart: 1,
		format: "yyyy/mm/dd"
	};
}(jQuery));
 |