使用 react-datepicker 转到 fullCalendar 中的特定日期或月份或年份

go to specific date or Month or Year in fullCalender with react-datepicker

我在我的 React 应用程序中使用 fullCalendar 和 react-datepicker 库。

反应版本: “反应”:“^17.0.1”,

完整日历版本: "@fullcalendar/core": "^5.9.0", "@fullcalendar/daygrid": "^5.9.0", "@fullcalendar/interaction": "^5.5.0", "@fullcalendar/list": "^5.9.0", "@fullcalendar/react": "^5.5.0", "@fullcalendar/resource-daygrid": "^5.5.0", "@fullcalendar/resource-timegrid": "^5.5.0", "@fullcalendar/timegrid": "^5.9.0", "@fullcalendar/timeline": "^5.9.0",

react-datepicker 版本: "react-datepicker": "^4.2.1",

我想使用fullCalendar中的react-datepicker去具体date/month/year。 我正在将数据从 react-datepicker 传递到状态,并在 fullCalender 的 goToDate 道具中使用该状态,但这不起作用。任何帮助将不胜感激。谢谢。

link 编码:

https://codesandbox.io/s/fullcalender-file-h59ss

您可以使用 ref 在日期更改时调用 gotoDate 方法。 检查以下代码和框: https://codesandbox.io/s/fullcalender-file-forked-szgcu?file=/src/App.js