Closed GoogleCodeExporter closed 9 years ago
I changed code on line 368 like this to solve this issue. It was
onesFormat.indexOf('0' .... change to '#'.
if (!onePortion && onesFormat.indexOf('#', onesFormat.length - 1) !== -1)
onePortion = '0';
Not sure if it the correct solution.
- anonyme
Original comment by anonyme....@gmail.com
on 9 Mar 2013 at 2:29
I think this is not valid, the expected output is not correct, you should
specify something like #,###0.00 if you wanted at least a zero before the
decimal point.
Original comment by apar...@gmail.com
on 18 Oct 2013 at 12:51
Original issue reported on code.google.com by
gers...@gmail.com
on 29 Jun 2012 at 4:57