last demo import - cleaned
This commit is contained in:
14
static/fullcalendar/locales/en-gb.js
Normal file
14
static/fullcalendar/locales/en-gb.js
Normal file
@@ -0,0 +1,14 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var enGb = {
|
||||
code: "en-gb",
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||||
}
|
||||
};
|
||||
|
||||
return enGb;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user