| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Validator --+
|
IS_DATETIME
example:
INPUT(_type='text', _name='name', requires=IS_DATETIME())
datetime has to be in the ISO8960 format YYYY-MM-DD hh:mm:ss
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
isodatetime =
|
|||
|
|||
|
Inherited from |
|||
|
|||
timezome must be None or a pytz.timezone("America/Chicago") object
|
|
For some validators returns a formatted version (matching the validator) of value. Otherwise just returns the value.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 14 15:17:06 2013 | http://epydoc.sourceforge.net |