Monday, November 28, 2011

better datepicker

Hi,

class SearchForm(forms.Form):

date = forms.DateField(required=True,
input_formats=('%d/%m/%Y',))


I am trying to change this so that it displays a calendar when the
user starts to enter a date.
I have seen various examples using JQuery, but I can't find an example
that explains what I have to do quite clearly enough. Ideally I would
like to use a date range picker.

many thanks

Mark

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment