Posted: Wed Aug 30, 2006 9:59 am
I am entering and displaying some big numbers in some fields - 16000000 for instance. Is there an easy way to have that displayed on screen as 16,000,000?
Many thanks
Neil
Many thanks
Neil
function price__display(&$record){
return number_format($record->val('price'));
}