[web2py] Re: digit separator symbol for int

2012-01-10 Thread Vineet
Thanks Ross Peoples. That link is very helpful. I can now build a similar method for "12,34,56,789" format. -- Vineet On Jan 10, 7:43 pm, Ross Peoples wrote: > This StackOverflow question should answer > it:http://stackoverflow.com/questions/1823058/how-to-print-number-with-c... > > The second p

[web2py] Re: digit separator symbol for int

2012-01-10 Thread Ross Peoples
This StackOverflow question should answer it: http://stackoverflow.com/questions/1823058/how-to-print-number-with-commas-as-thousands-separators-in-python-2-x The second part of the answer can help you if you are trying to add commas in a non-standard way.