Package DateHandler :: Module _Date_sv :: Class DateDisplaySv
[frames] | no frames]

Class DateDisplaySv

source code


Swedish language date display class.

Instance Methods
 
display(self, date)
Return a text string representing the date.
source code

Inherited from _DateDisplay.DateDisplay: __init__, display_iso, quote_display, set_format, text_display, verify_format

Class Variables
  formats = (u'YYYY-MM-DD (ISO)', u'Numerisk', u'Månad dag, år',...
  calendar = ('', ' (juliansk)', ' (hebreisk)', ' (fransk republ...

Inherited from _DateDisplay.DateDisplay: MONS, french, hebrew, islamic, persian

Method Details

display(self, date)

source code 

Return a text string representing the date.

Overrides: _DateDisplay.DateDisplay.display

Class Variable Details

formats

Value:
(u'YYYY-MM-DD (ISO)',
 u'Numerisk',
 u'Månad dag, år',
 u'MÅN DAG ÅR',
 u'Dag månad år',
 u'DAG MÅN ÅR')

calendar

Value:
('',
 ' (juliansk)',
 ' (hebreisk)',
 ' (fransk republikansk)',
 ' (persisk)',
 ' (islamisk)')