decimal formatting with sprintf?

This is a discussion on decimal formatting with sprintf? within the PHP Language forums, part of the PHP Programming Forums category; Hello all -- I'm trying to format decimal numbers for a report. I would have to have the number with ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008
lawpoop@gmail.com
 
Posts: n/a
Default decimal formatting with sprintf?

Hello all --

I'm trying to format decimal numbers for a report. I would have to
have the number with leading zeros to the tens' place, and trailing
zeros to the thousandths' place.

I'm using sprintf("%02.2f", $num) to get the following results:

0.5 : 0.50
0.55 : 0.55
5.5 : 5.50
55.5 : 55.50
55.55: 55.55
100 : 100.00

It does the trailing zeros correctly, but not the leading zeros. I
would like 5.5 to become 05.50 .

I don't really understand the syntax of the format specifier of
sprintf. Can someone help me out or point me to a good tutorial?
Reply With Quote
  #2 (permalink)  
Old 01-16-2008
Toby A Inkster
 
Posts: n/a
Default Re: decimal formatting with sprintf?

lawpoop wrote:

> It does the trailing zeros correctly, but not the leading zeros. I would
> like 5.5 to become 05.50 .


Try "%05.2f", because "05.50" is five characters in length.

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 17 days, 4:16.]

Gnocchi all'Amatriciana al Forno
http://tobyinkster.co.uk/blog/2008/0...llamatriciana/
Reply With Quote
  #3 (permalink)  
Old 01-16-2008
lawpoop@gmail.com
 
Posts: n/a
Default Re: decimal formatting with sprintf?

On Jan 16, 11:03 am, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:

>
> Try "%05.2f", because "05.50" is five characters in length.
>


Thanks, Tony! That's it exactly.
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 10:02 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0