Human-friendly zope.schema datetime field
Project description
LazyDate
This library provides a zope.schema field and a value object for a user friendly datetime specification. The date is stored as string, and can have various textual formats, such as “1 month ago” or “tomorrow”, “01/02/03” or “2012-01-01”. The actual datetime is calculated by the value object as needed.
CHANGES
2.0.0 (2013-03-06)
Added support for Python 3.3.
Replaced deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.
Dropped support for Python 2.4 and 2.5.
1.1.0 (2012-12-11)
LazyDate(‘’) is interpreted as None
1.0.1 (2012-10-22)
Fix packaging bugs.
1.0 (2012-10-19)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cipher.lazydate-2.0.0.zip
(32.6 kB
view hashes)