forked from collective/collective.z3cform.datetimewidget
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
35 lines (24 loc) · 1.04 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.
.. _Date Input Diversity: http://www.cornae.org/articles/date-input-diversity
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
====
* create DateDeltaWidget and DatetimeDeltaWidget
Contributors
============
* Vincent Fretin - vincentfretin
* David Glick - davisagli
* Rok Garbas - garbas
* Carsten Senger - csenger
* Róman Joost - romanofski
* Héctor Velarde - hvelarde