This topic is locked

custom format remove '.00's'

8/31/2007 1:28:20 PM
PHPRunner General questions
F
farago author

Thank God for this board
Found a reference to this in ASP forum
tinkered a bit - came out here - seems to work nicely
[indent]Used Custom formatting in visual editor

formatted with following PHP statement to remove trailing .00's:
$value = number_format($value,0);[/indent]