Django calendar widget

I want to have a calendar in my application so that each user can select a date and send a survey. I tried using the Django admin widget, but it does not appear on my page. How can I get a calendar for my application? easier to use java script one?

Thanks!

+4
source share
1 answer

You should try jquery-ui date picker: http://jqueryui.com/demos/datepicker/ It is very easy to integrate into the form template.

+5
source

Source: https://habr.com/ru/post/1314332/


All Articles