0

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.

Sunderam Dubey
  • 1
  • 11
  • 20
  • 40
Jakub
  • 1
  • 2
  • Please provide enough code so others can better understand or reproduce the problem. – Community May 03 '22 at 12:14
  • Does this answer your question? [What's the cleanest, simplest-to-get running datepicker in Django?](https://stackoverflow.com/questions/3367091/whats-the-cleanest-simplest-to-get-running-datepicker-in-django) – MatthewMartin May 15 '22 at 02:39

1 Answers1

0

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.

Payam
  • 291
  • 1
  • 5
  • 16