Skip to main content

All Questions

0 votes
1 answer
626 views

jQuery ui datepicker not shown in inline django formset

In the normal form jquery datepicker worked fine. When I add child form dynamically to parent form, the datepicker not shown as well as not work in the date field of child form. Here is my child model:...
dj pro's user avatar
  • 183
0 votes
1 answer
555 views

getting Jquery's datepicker to work with Django DateField form

I am following a tutorial on using jquery datepicker at http://hexonio.com/blog/2012/03/07/calendar-picker-django-forms/. My form is a simple DateField: class CalendarForm(forms.Form): field1 = ...
codyc4321's user avatar
  • 9,442
-1 votes
2 answers
385 views

Today link with datepicker like the one in django admin page

I am looking to create a datetime calender same as in django admin page using jQuery. I am using datepicker() api for this and it works cool jQuery ui datepicker Below is what I can do with this : ...
paarth batra's user avatar
  • 1,402
1 vote
0 answers
1k views

Multiple dates picker that allows for weekday selection

I'd like to have a datepicker widget that allows for: multiple date selection weekday selection, i.e. click "monday" in the calendar and have all mondays highlighted. unselecting days that have been ...
Rodrigo Deodoro's user avatar
1 vote
3 answers
2k views

jquery datepicker not display on my django project

I am trying to display a datepicker on my web little project with the help of django frame. The case is that when I do the request to my page it displays everithing ok, but the datepicker calendar do ...
vitidandu's user avatar