PNG
IHDR ; IDATxܻn0K
)(pA7LeG{ §㻢|ذaÆ
6lذaÆ
6lذaÆ
6lom$^yذag5 bÆ
6lذaÆ
6lذa{
6lذaÆ
`}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6
h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL
lذaÆ
6l^ḵaÆ
6lذaÆ
6lذa;
_ذaÆ
6lذaÆ
6lذaÆ
R IENDB`
Wrapper class providing the various date and number formatting functions
bound to a specific locale and time-zone.
|
|
__init__(self,
locale,
tzinfo=None)
Initialize the formatter. |
|
|
|
|
date(self,
date=None,
format='medium')
Return a date formatted according to the given pattern. |
|
|
|
|
datetime(self,
datetime=None,
format='medium')
Return a date and time formatted according to the given pattern. |
|
|
|
|
time(self,
time=None,
format='medium')
Return a time formatted according to the given pattern. |
|
|
|
|
number(self,
number)
Return an integer number formatted for the locale. |
|
|
|
|
decimal(self,
number,
format=None)
Return a decimal number formatted for the locale. |
|
|
|
|
currency(self,
number,
currency)
Return a number in the given currency formatted for the locale. |
|
|
|
|
percent(self,
number,
format=None)
Return a number formatted as percentage for the locale. |
|
|
|
|
scientific(self,
number)
Return a number formatted using scientific notation for the locale. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|