PHP Classes

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

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

Contents

Class file image Download
/** * Persian translation for bootstrap-datepicker * Mostafa Rokooie <mostafa.rokooie@gmail.com> */ ;(function($){ $.fn.datepicker.dates['fa'] = { days: ["???????", "??????", "???????", "????????", "????????", "????", "????", "???????"], daysShort: ["??", "??", "??", "????", "???", "????", "????", "??"], daysMin: ["?", "?", "?", "?", "?", "?", "?", "?"], months: ["??????", "?????", "????", "?????", "??", "????", "?????", "???", "???????", "?????", "??????", "??????"], monthsShort: ["???", "???", "???", "???", "??", "???", "???", "???", "???", "???", "???", "???"], today: "?????", clear: "??? ??", weekStart: 1, format: "yyyy/mm/dd" }; }(jQuery));