mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
Fix calendar
This commit is contained in:
parent
0951c37536
commit
3d69c33caf
1 changed files with 6 additions and 0 deletions
|
|
@ -916,8 +916,14 @@ BlazeComponent.extendComponent({
|
|||
timezone: 'local',
|
||||
weekNumbers: true,
|
||||
// Use non-localized AM/PM time format to avoid confusing notations like 上/下/中
|
||||
// Use full 'am'/'pm' instead of single-letter 'a'/'p' for clarity
|
||||
timeFormat: 'h:mma',
|
||||
slotLabelFormat: 'h:mma',
|
||||
extraSmallTimeFormat: 'h(:mm)a',
|
||||
smallTimeFormat: 'h(:mm)a',
|
||||
mediumTimeFormat: 'h:mma',
|
||||
hourFormat: 'ha',
|
||||
noMeridiemTimeFormat: 'h:mm',
|
||||
header: {
|
||||
left: 'title today prev,next',
|
||||
center:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue