diff --git a/src/components/myFullCalendar/MyFullCalendar.component.js b/src/components/myFullCalendar/MyFullCalendar.component.js index 1963cbe21..a6df8fd24 100644 --- a/src/components/myFullCalendar/MyFullCalendar.component.js +++ b/src/components/myFullCalendar/MyFullCalendar.component.js @@ -47,7 +47,7 @@ const MyFullCalendar = ({ data }) => { center: '', end: 'prev,next', // will normally be on the right. if RTL, will be on the left }} - titleFormat={(date) => `${date.date.year} 年 ${date.date.month} 月`} + titleFormat={(date) => `${date.date.year} 年 ${date.date.month + 1} 月`} contentHeight="auto" eventMouseEnter={eventMouseEnter} eventMouseLeave={eventMouseLeave}