Sorry, perhaps someone can clarify this for me -- or maybe I didn't ask my question very clearly.
I have a model called Event. In that model, I have a line that looks like this: date = models.DateField() In my view, I'm using FormWrapper and that automatically makes a text field for the date where the user is expected to enter the date as yyyy-mm-dd. Personally, I think that's not the most user friendly way to collect a date from the user. I like the more typical method of having three select menus: one for month, one for date, and one for year. The question is, how can I get those three menus to create a single date object that plays nice with Django? Thanks, Sean On Sep 1, 2006, at 11:55 PM, coulix wrote: > > Building a menu i dont know, > bu getting the data yes > > exemple the month list of a Entry model with a create date field. > > month_list = Entry.objects.dates('created', 'month') > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---