Skip to main content

z3c.form date and datetime widgets)

Project description

Various z3c.form date and datetime widgets

Improved datetime widgets for z3c.form

When the emphasis of the application you are designing is on speed and speed alone, then the single field pattern might be your friend. It’s particularly useful for data entry applications in which the person who has to enter the data will have to use the same input form time and time again.

The collective.z3cform.datetimewidget library provides a form framework and widgets. This document ensures that we implement a widget for Date and Datetime field defined in zope.schema. Take a look at the different widget doctest files for more information about the widgets.

TODO

  • documentation with sphinxbuilder

  • create DateDeltaWidget and DatetimeDeltaWidget

Contributors

  • David Glick - davisagli

  • Rok Garbas - garbas

Changelog

0.1a9 (2009-09-07)

  • provide french translation [vincentfretin]

0.1a8 (2009-09-04)

  • provide english, german, slovenian, spanish, portugal, croatian, serbian(latin&cyrilic) translations [garbas]

0.1a7 (2009-09-04)

  • MonthYearWidget added [garbas]

  • spliting widget.py script into script for each widget [garbas]

  • only using one hidden/display template [garbas]

  • show_today_link widget option which is inserting current date into fields using plain javascript

0.1a6 (2009-06-05)

  • intendation problem again, this just isnt my day, tests passing [garbas]

0.1a5 (2009-06-05)

  • intendation problem, didn’t set new vim setup properly :P [garbas]

0.1a4 (2009-06-05)

  • MANIFEST.in file fixed, now includes README.txt and HISTORY.txt [garbas]

0.1a3 (2009-06-05)

  • widget was not showing values from request [garbas]

  • ISSUE 1: SOLVED [garbas] After some testing I have seen that some validations are missing, therefore I get an error when adding values like ‘99’ into the year field: “ValueError: year=99 is before 1900; the datetime strftime() methods require year >= 1900”

0.1a2 (2009-05-28)

  • Register the widgets for custom interfaces that we apply to the standard datetime fields, to work around a problem with ZCML conflicting with z3c.form. [davisagli]

0.1a1 (2009-05-11)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page