Can users switch months on website using python calendar library

Question:

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.

Asked By: Jakub

||

Answers:

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.

Answered By: Payam
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.