Welcome Guest, Not a member yet? Register   Sign In
Display numbers with decimal
#1

[eluser]Musaddiq Khan[/eluser]
AOA,

I want to display a number e.g "145" as 145.00 in codeigniter how it is possible.

Thanx in advanc
#2

[eluser]smilie[/eluser]
Not sure that CI has default option for it, but PHP has one: number_format(). You could create helper to mimic PHP function.

Cheers,
Smilie
#3

[eluser]siptik[/eluser]
HI!
Code:
echo number_format(145,2);
#4

[eluser]Musaddiq Khan[/eluser]
Thanks to all.




Theme © iAndrew 2016 - Forum software by © MyBB