Home | Trees | Indices | Help |
|
---|
|
Functions | |||
|
Variables | |
yyyymmdd_re = re.compile(r'
|
|
yyyy_mm_dd_re = re.compile(r'
|
Function Details |
Parse a string into a date. If the value supplied is already a date-like object (ie, has 'year', 'month' and 'day' attributes), it is returned without processing. Supported date formats are:
|
Variables Details |
yyyymmdd_re
|
yyyy_mm_dd_re
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Tue Apr 29 09:21:55 2008 | http://epydoc.sourceforge.net |