On Thu, May 29, 2008 at 1:15 PM, David <[EMAIL PROTECTED]> wrote: > I had need of commas in floating-point numbers, and slightly modified > humanize.py with a floatcomma function: > > def floatcomma(value): > """ > Converts a float to a string containing commas every three digits. > For example, 3000.65 becomes '3,000.65' and -45000.00 becomes > '-45,000.00'. > """
Of course, keep in mind that this has internationalization issues; there are places where the number "three thousand point six five" is written "3000,65" or even "3.000,65". -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---