Hi, I've already checked that and i got nothing :) I did in my model.py that:
from django.forms.extras.widgets import SelectDateWidget date = forms.DateField(widget=SelectDateWidget()) But did not see the datepicker :S I got name error (forms) blabla? Is there any complete reference for "how to integrate datepicker in to template?". Or anybody can give me any example? How it works? Regards. 2010/3/10 Shawn Milochik <sh...@milochik.com>: > Here you go: > > http://docs.djangoproject.com/en/1.1/ref/forms/widgets/ > > > (Try searching http://docs.djangoproject.com/ before Google. It's really a > great reference.) > > Shawn > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- http://www.arkeoloji.web.tr -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.