I want to display batting averages, but using number_format(), I can only get them to display as: 0.347.
Is there a way to format it so that it will display as: .347 ?
Thanks for any info
Mikey
I guess I could just use substr() to trim off the first character, but is there another (better) way?