DateBox DateBox is a Plone Archetype Field using JavaScript, DHTML and advanced Date parsing to generate the date based on the grammar passed. The purpose of DateBox is to simplify the date entering process using grammatical terms we are all familiar with.
A demo type is included. Set INSTALL_DEMO_TYPES = False in config.py to disable it.
Usage example:
DateBoxField('test_datebox',
required = True,
widget = DateBoxWidget(lable = 'Test DateBox',
description = 'Test DateBox Field',
label = 'Test Datebox',
i18n_domain = 'plone')
)