Skip to content
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

What's the significance of the double # in ##,#? #117

Open
adamdport opened this issue May 26, 2022 · 0 comments
Open

What's the significance of the double # in ##,#? #117

adamdport opened this issue May 26, 2022 · 0 comments

Comments

@adamdport
Copy link

In the docs https://github.com/telerik/kendo-intl/blob/master/docs/num-formatting/index.md you can see the example of the comma operator

The "," specifier—A group separator placeholder. It inserts a localized group separator between each group.

import { formatNumber } from '@telerik/kendo-intl';
formatNumber(12345678, "##,#"); // 12,345,678

What's the difference between ##,# and #,#? I played with it in stackblitz and can't seem to find any difference. Could your reply be added to that doc for the next guy? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant