| 3 | | jQuery(function($){ |
| 4 | | $.datepicker.regional['he'] = {clearText: 'נקה', closeText: 'סגור', |
| 5 | | prevText: '<קודם', nextText: 'הבא>', currentText: 'היום', |
| 6 | | dayNames: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], |
| | 3 | jQuery(document).ready(function(){ |
| | 4 | jQuery.datepicker.regional['he'] = {clearText: 'נקה', clearStatus: '', |
| | 5 | closeText: 'סגור', closeStatus: '', |
| | 6 | prevText: '<הקודם', prevStatus: '', |
| | 7 | nextText: 'הבא>', nextStatus: '', |
| | 8 | currentText: 'היום', currentStatus: '', |
| 8 | | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר']}; |
| 9 | | $.datepicker.setDefaults($.datepicker.regional['he']); |
| | 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], |
| | 11 | monthNamesShort: ['1','2','3','4','5','6', |
| | 12 | '7','8','9','10','11','12'], |
| | 13 | monthStatus: '', yearStatus: '', |
| | 14 | weekHeader: 'Sm', weekStatus: '', |
| | 15 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], |
| | 16 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], |
| | 17 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], |
| | 18 | dayStatus: 'DD', dateStatus: 'D, M d', |
| | 19 | dateFormat: 'dd/mm/yy', firstDay: 0, |
| | 20 | initStatus: '', isRTL: true}; |
| | 21 | jQuery.datepicker.setDefaults($.datepicker.regional['he']); |