42
43
from lp.app.validators import LaunchpadValidationError
46
46
class DateTimeWidget(TextWidget):
47
47
"""A date and time selection widget with popup selector.
50
50
>>> from zope.schema import Field
51
51
>>> field = Field(__name__='foo', title=u'Foo')
52
52
>>> widget = DateTimeWidget(field, LaunchpadTestRequest())