Django 1.2 In forms
widget=forms.DateTimeInput(attrs={'id':'dateTimeCustom'},
format='%Y-%m-%d %H:%M:%S',
)
This is default django format in widgets.py. When I try to set custom
format, it doesn't work in validation.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
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.