Search code examples
pythonhtmldjangocalendar

Can users switch months on website using python calendar library


I am making web application with django. I am using python calendar library to create HTML calendar. I was wondering if there is a builtin way to allow users switch months while on website or if I have to make it work using JavaScript.


Solution

  • It is not strictly related to back end side and and python. If you use jQuery for you front end part of website and There are some plugins like 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 library and so on.