[reportlab-users] banking formatting of numbers

Matej Pivoluska pivoluska at matfyz.cz
Fri Mar 4 20:35:16 EST 2005


Dňa So 5. Marec 2005 00:41 Timothy Smith napísal(a):
> is ther a way using reportlab i can format numbers 100,000.00 etc,
> instead of 100000.00?

Just use format() function from locale module to get this. (And do not forget 
to set the locale with function setlocale() before the use of the 
locale.format().)

mP
-- 
http://pivoluska.blog.sme.sk/


More information about the reportlab-users mailing list