Metadata-Version: 1.0
Name: Products.IntelliDateTime
Version: 1.1
Summary: Archetypes Datetime Widget using bda.intellidatetime conversionChanges for IntelliDateTime
===========================

1.1
---

- eggified
  [2009/03/05 rnix]

1.0
---

- widget now can return zope DateTime or python datetime
  [Jensens]

- widget now displays time input only if ``show_hm`` is set to ``True``
  (as does CalendarWidget)
  [2008/07/28 fRiSi]

- locale for parsing the date in bda.indellidatetime.converter is obtained
  from the site_property `default_language`
  (widged was simply using 'de' before)
  this might break your testcases since for a default plone site the english dateformat is
  expected. you need to set the default language in your testsuite's `setUp` method to fix this.
  [2008/09/12 fRiSi]
Home-page: https://svn.plone.org/svn/archetypes/MoreFieldsAndWidgets/IntelliDateTime
Author: Robert Niederreiter
Author-email: rnix@squarewave.at
License: General Public Licence
Description: Products.IntelliDateTime
        ========================
        
        Field and Widget using ``bda.intellidatetime`` converter functions for date
        and time input.
        
        Target:
        =======
        
        * Plone 2.5+, 3.x
        
        Requires:
        =========
        
        * bda.intellidatetime
        * plone of course
        * archetypes, sadly
        
        TODO:
        =====
        
        * branch me for 2.5 and focus 3.0 in trunk
        * make installation via generic setup
        * get rid of jscalendar stuff and alter by jquery calendar widget.
        
        Credits:
        ========
        
        Written by Robert Niederreiter <rnix@squarewave.at>
        Squarewave Computing, BlueDynamics Alliance Austria
        
        Bugfixes by Jens Klein <jens@bluedynamics.com>
        BlueDynamics Alliance, Klein & Partner KEG, Austria
        
        Contributions & Bugfixes by Harald Friessnegger
        Webmeisterei, Austria
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
