mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix attendance calendar locale
This commit is contained in:
@@ -80,7 +80,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
var calendarEl = document.getElementById('calendar');
|
||||
var calendar = new FullCalendar.Calendar(calendarEl, {
|
||||
initialView: 'dayGridMonth',
|
||||
locale: 'zh-cn',
|
||||
locale: '$localeJs',
|
||||
events: events,
|
||||
validRange: validRange,
|
||||
eventClick: function(info) {
|
||||
|
||||
Reference in New Issue
Block a user