Package DateHandler :: Module _Date_nl :: Class DateDisplayNL
[frames] | no frames]

Class DateDisplayNL

source code


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
  calendar = ('', u' (juliaans)', u' (hebreeuws)', u' (franse re...
  formats = ('JJJJ-MM-DD (ISO)', 'Numerisch DD/MM/JJ', 'Maand Da...

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

calendar

Value:
('',
 u' (juliaans)',
 u' (hebreeuws)',
 u' (franse republiek)',
 u' (persisch)',
 u' (islamitisch)')

formats

Value:
('JJJJ-MM-DD (ISO)',
 'Numerisch DD/MM/JJ',
 'Maand Dag, Jaar',
 'Mnd. Dag Jaar',
 'Dag Maand Jaar',
 'Dag Mnd. Jaar')