We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
var string = numeral(2.567).format('0,0.00'); // '2.57'
I don't want a rounding,I need to throw away the last digit,so the result should be 2.56. so,how should I config it?
2.56