mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-13 01:00:49 +08:00
7 lines
74 B
JavaScript
7 lines
74 B
JavaScript
|
|
$.fullCalendar.lang("en-gb", {
|
|
columnFormat: {
|
|
week: 'ddd D/M'
|
|
}
|
|
});
|