用户可以使用 python 日历库在网站上切换月份吗

Can users switch months on website using python calendar library

我正在用 Django 制作 Web 应用程序。我正在使用 python 日历库来创建 HTML 日历。我想知道是否有内置方法允许用户在网站上切换月份,或者我是否必须使用 JavaScript 使其工作。感谢您的帮助。

与后端端并无严格关系python。如果您使用 jQuery 作为网站的前端部分,并且有一些插件,例如 datepicker. But it depends that what technology you want to use in frond end of you app. Static html is not enough. for example in react you can use calender 库等。