|
|
|
|
|
|
|
quote_display(self,
date)
Similar to the display task, except that if the value is a text only
value, it is enclosed in quotes. |
source code
|
|
|
display(self,
date)
Return a text string representing the date. |
source code
|
|
|
|
|
text_display(self,
date)
Similar to the display task, except that if the value is a text only
value, it is enclosed in quotes. |
source code
|
|
|
MONS = ( '
' , u' Jan ' , u' Feb ' , u' Mar ' , u' Apr ' , u' May ' , u' Jun ' , u' ...
|
|
hebrew = ( '
' , ' Tishri ' , ' Heshvan ' , ' Kislev ' , ' Tevet ' , ' Shevat ' ...
|
|
french = ( u'
' , u' Vendémiaire ' , u' Brumaire ' , u' Frimaire ' , u' Niv ...
|
|
persian = ( '
' , ' Farvardin ' , ' Ordibehesht ' , ' Khordad ' , ' Tir ' , ' ...
|
|
islamic = ( '
' , ' Muharram ' , ' Safar ' , ' Rabi`al-Awwal ' , ' Rabi`ath ...
|
|
formats = ( ' YYYY-MM-DD (ISO) ' )
|
|
calendar = ( '
' , ' (Julian) ' , ' (Hebrew) ' , ' (French Republican ...
|