We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way of adding cent to words also?
The text was updated successfully, but these errors were encountered:
Hi @naskobulgaria , I didn't understand your question. What do you mean by cent(s) ? the unit of money ? or the number one hundred in french ?
Sorry, something went wrong.
Late, I guess he's asking for something like: writenNumber(1.20)
I'm also wondering if this feature is available, if not, we can just parse the number. No biggie.
Unless you're only parsing money this is not so straightforward..
US$ 1.232 should be one dollar and 23 cents
US$ 1.232
one dollar and 23 cents
Probably:
1.5h should be one hour and a half
1.5h
one hour and a half
etc.
No branches or pull requests
Is there a way of adding cent to words also?
The text was updated successfully, but these errors were encountered: