Files
hrm_eva/wwwroot/lib/jquery.calendars/js/jquery.calendars.hebrew-he.js
2020-08-11 16:13:02 +07:00

22 lines
878 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* http://keith-wood.name/calendars.html
Hebrew localisation for Hebrew calendar for jQuery v2.1.0.
Amir Hardon (ahardon at gmail dot com). */
(function($) {
'use strict';
$.calendars.calendars.hebrew.prototype.regionalOptions.he = {
name: 'הלוח העברי',
epochs: ['BAM', 'AM'],
monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
monthNamesShort: ['1','2','3','4','5','6',
'7','8','9','10','11','12'],
dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: true
};
})(jQuery);