Use ISO week numbers in both full-calendar and date picker
This commit is contained in:
parent
945ac3605d
commit
c99ac18b89
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ function rcube_calendar_ui(settings)
|
|||
dayNamesShort: settings.days_short,
|
||||
weekNumbers: settings.show_weekno > 0,
|
||||
weekNumberTitle: rcmail.gettext('weekshort', 'calendar') + ' ',
|
||||
weekNumberCalculation: 'ISO',
|
||||
firstDay: settings.first_day,
|
||||
firstHour: settings.first_hour,
|
||||
slotDuration: {minutes: 60/settings.timeslots},
|
||||
|
|
Loading…
Add table
Reference in a new issue