#4487: SplitDateTimeWidget should not show microsecond.
-------------------------------------------+--------------------------------
Reporter: yi.codeplayer at gmail dot com | Owner: adrian
Status: new | Component: django.newforms
Version: SVN | Keywords: SplitDateTimeWidget
time format
Stage: Unreviewed | Has_patch: 0
-------------------------------------------+--------------------------------
`SplitDateTimeWidget` would show microsecond,(e.g. "14:53:04.296000"). And
this isn't a valid format to TimeField which only support these two
formats:
{{{
'%H:%M:%S', # '14:30:59'
'%H:%M', # '14:30'
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/4487>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---