Hey All,
I have a currency field in SQL 2000 - money(8) in my table with value ex: 117000 and in ASP, I have the following:
It displays as $117,000 on the web view, but I don't want it to show this, I want it to show $117 only.Code:<TD bgcolor="#E0FFFF" align=center><%=formatcurrency(rs("ItemCost"),0)%></TD>
Is this possible?
Thanks!



LinkBack URL
About LinkBacks

Bookmarks