Hi!

    I have "models.DateTimeField defined in my model as "date_today".

        date_today      = models.DateTimeField('todays date')


On my form submission template page, i have...

            <label for="id_date_today">Today's Date:</label> {{
form.date_today }}

Whenever I try to load this page, it never displays a field, either a
textfield or a calendar popup with information on how to submit this
data.

I was wondering, how can I get the web page to display a box to submit
today's date/time information?


Thanks in advance!


--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to