_Add Page, Before record added: ,0); When i enter a value such as 1201.59 via add page, it displays the results as £1202.00. I only want to display as £1202
Jack, Try the following: Change Visual Editor | View as to Custom (not Currency) and add the following syntax $value = "£" . number_format(($value),0); Physcial DB field "paymentamount" will show decimal entry i.e. 1201.59, whilst users will see List & View page as £1202 Hope this helps!!! Lisa
J
Jane11/21/2008
Hi, you can remove unnecessary decimal point editing generated include/locale.php file manually.