PDA

View Full Version : Formatting Currency


admin
05-30-2003, 07:34 AM
Here's an example of using the FORMATCURRENCY Function...

Total_Cost = 125000
<%=FORMATCURRENCY(Total_Cost)%>

This will show as $125,000.00