1 /* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
2 /* Javad Mowlanezhad -- jmowla@gmail.com */
3 /* Jalali calendar should supported soon! (Its implemented but I have to test it) */
5 $.datepicker.regional['fa'] = {
7 prevText: '<قبلی',
8 nextText: 'بعدی>',
24 monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
53 dateFormat: 'yy/mm/dd',
56 showMonthAfterYear: false,
58 $.datepicker.setDefaults($.datepicker.regional['fa']);