Hi,
I need to format a decimal like this:
00.33
11.24
05.22
The problem is that when I retrieve 00.33 it outputs as 0.33.
I have tried everything and can't get it to work correctly. I could do MySQL's Zerofill but I'm really trying to avoid that.
Any suggestions?
Thanks!