Status/Resolution/Reason: To Test//Fixed
Reporter/Name(from Bugbase): Lynda Stark / Lynda Stark ()
Created: 10/10/2017
Components: Language, Functions
Versions: 2016,2018
Failure Type: Others
Found In Build/Fixed In Build: latest /
Priority/Frequency: Normal / All users will encounter
Locale/System: / Win 2008 Server R2 64 bit
Vote Count: 2
Problem Description:
DollarFormat(1214.225) is returning $1,214.22. I would expect $1,214.23. DollarFormat(1214.2251) does return $1,214.23.
Steps to Reproduce:
<cfoutput>#DollarFormat(1214.225)#</cfoutput>
Actual Result:
DollarFormat(1214.225) is returning $1,214.22. I would expect $1,214.23. DollarFormat(1214.2251) does return $1,214.23.
Expected Result:
DollarFormat(1214.225) should return $1,214.23.
Any Workarounds:
Attachments:
Comments: