-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
leading zeros?? #300
Comments
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
This is done on numbro fork (numbrojs.com):
|
Could we merge this into master please? :-) Not having this a show stopper for my use case ... I just want sprintf. 😜 |
And I'm willing to help with that, if you need me to ... I'm not just trying to whine. |
+1 PS - I vote for the syntax of numeral(300).format('00000) => "00300". It seems more consistent with the current numeral.js design. |
+1 |
2 similar comments
+1 |
+1 |
Will be added in 2.0.5 |
Hi - Is there any way to have this package format for leading zeros?
numeral( 1 ).format('zzzz') => "0001"
The text was updated successfully, but these errors were encountered: