[PHP] Re: Money format
I got it.thankx to all. Lukas
[PHP] Re: Money format
Lukáš moravec - ptv servis wrote: Hi to all, is there any function wich can format a "double" or "string" into "money format".for example: 1526789,99 to 1.526.789,99 or something like that.? Regards Lukas Sure, see http://php.net/number_format . I love it when it's as easy as saying "RTFM" -- PHP