Closed GoogleCodeExporter closed 8 years ago
If you try with
var formatted_zero = $.formatNumber('0.00', {format:"#,###.00", locale:"dk"});
The output is ',00' without a leading zero before the decimal separator.
Original comment by thomaste...@gmail.com
on 27 Jul 2012 at 1:23
I think you are looking for the mask #,##0 or #,##0.## etc. to ensure that 1
digit is always present before the decimal point in the event it's only a zero
present.
Original comment by apar...@gmail.com
on 18 Oct 2013 at 11:30
Original issue reported on code.google.com by
hmely...@gmail.com
on 12 Feb 2012 at 8:52