| Home | Trees | Index | Help |
|
|---|
| Package picalo :: Package base :: Module Calendar |
|
| Classes | |
|---|---|
Date |
The Picalo date type to represent dates. |
DateFormatInfo |
A simple class to represent information about a date format |
DateTime |
The Picalo date/time type to represent dates and times. |
| Function Summary | |
|---|---|
| datetime.timedelta |
A duration in time, such as the difference between two DateTimes. |
Formats a DateTime or Date object for printing using the given format. | |
Formats a DateTime or Date object for printing using the given format. | |
| datetime.timedelta |
A duration in time, such as the difference between two DateTimes. |
Internal function to create a date or time | |
Internal function to initialize a date into a date or datetime object | |
| Variable Summary | |
|---|---|
list |
DATE_FORMATS = [['\\d{4}-\\d{1,2}-\\d{1,2}', '%Y-%m-%d']...
|
SRE_Pattern |
NATIVE_FORMAT_PARSER = ^(\d{4})-(\d{2})-(\d{2}) +(\d{2})...
|
list |
RE_DATETIME_FORMATS = [<picalo.base.Calendar.DateFormatI...
|
| Function Details |
|---|
DateDelta(days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0)A duration in time, such as the difference between two DateTimes. This is often used in Grouping.stratify_by_date and Grouping.summarize_by_date. Negative numbers specify durations that go backwards in time.
|
DateFormat(datetime_value, format=None)Formats a DateTime or Date object for printing using the given format. Search the web for "strftime unix manpage" for the formatting tokens. |
DateTimeFormat(datetime_value, format=None)Formats a DateTime or Date object for printing using the given format. Search the web for "strftime unix manpage" for the formatting tokens. |
TimeDelta(days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0)A duration in time, such as the difference between two DateTimes. This is often used in Grouping.stratify_by_date and Grouping.summarize_by_date. Negative numbers specify durations that go backwards in time.
|
_create(klass, subklass, *args, **kargs)Internal function to create a date or time |
_parse(klass, subklass, stdate, format)Internal function to initialize a date into a date or datetime object |
| Variable Details |
|---|
NATIVE_FORMAT_PARSER
|
RE_DATETIME_FORMATS
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 20 05:38:17 2007 | http://epydoc.sf.net |