Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何更改使用 Moment.js 管理时间的 FullCalendar 的默认语言和格式。
如果可能,请举例
谢谢
也许这个?
<script src='fullcalendar/fullcalendar.js'></script> <script src='fullcalendar/lang-all.js'></script> <script> $(document).ready(function() { $('#calendar').fullCalendar({ lang: 'es' }); }); </script>
来源:https ://fullcalendar.io/docs/text/lang/