Try.. printf("%.2f", $amount); -Kevin ----- Original Message ----- From: "Bryan Koschmann - GKT" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 12:29 PM Subject: [PHP] decimal places
> Hello, > > Does anyone here have a good way to make sure dollar amounts are formatted > properly? I have something that returns data, but the problem is it's > stored where any trailing zero isn't kept, like this: > > $16.95 or $172.82 are fine > > $17.90 or $190.20 come back as $17.9 and $190.2 > > I would like to make sure they are all properly formatted. Any ideas? > > Thanks in advance, > > Bryan > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php