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