-
Notifications
You must be signed in to change notification settings - Fork 158
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
how to force writing zero fraction #60
Comments
You can't at the moment. Feel free to add the missing functionality. Thanks! |
For the kwn#60 issue.
I can be wrong, but it seems to me that this functionality already exists (see #79 PR). PS: |
is not working, or maybe i have missed something
output two hundred sixty-four dollars |
how to force write zero fraction, so if i have 144.00 USD i get the fallowing
$currencyTransformer->toWords(14400, 'USD');
one hundred forty-four dollar.
i want to get
one hundred forty-four dollar and zero cent .
The text was updated successfully, but these errors were encountered: