Hi,

I've got a ModelForm, and the model for it contains a birth date field
(as a DateField):

class FiremanForm(ModelForm):
    class Meta:
        model = Fireman

Currently a single text box is rendered to enter the date, but I'd
like to have a drop down list for day, month, year.

I'm guessing that lots of people have come across this, and I was
wondering what the best way is to get these drop down lists on the
page ?

Are there any widgets that I don't know about that I should be using,
or should I be creating my own, or should I be breaking my Fireman's
birthdate up into day, month year..... or something else?
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to