This topic is locked

Formatting on Edit page

6/10/2008 9:31:15 AM
PHPRunner General questions
F
Fawaz author

Hi,
I want to format numbers in this way XX.XX e.g., 12.23, so I use:

$value= number_format($value,2);

as Custom View
The previous code works fine in List page, however, when I open edit page, the number doesn't follow this format XX.XX

Sometimes, it's XX.x and sometimes XX.XXXX
How can I format the number in Edit page so it can have the following format XX.XX?
Thanks,

Fawaz