You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MooTools the currency prefix is in front of the negative prefix. So currency is formatted like $ -2,000.00 and $ (2,000.00)
The standard seems to be -$2,000.00 and ($2,000.00)
Swapping the prefix ordering means it probably would break everything else... so more custom logic just for Currency? Seems like overkill.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9195794-use-normal-negative-currency?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
The MooTools formatCurrency uses a non-standard negative/prefix combination.
In MooTools the currency prefix is in front of the negative prefix. So currency is formatted like
$ -2,000.00
and$ (2,000.00)
The standard seems to be
-$2,000.00
and($2,000.00)
Swapping the prefix ordering means it probably would break everything else... so more custom logic just for Currency? Seems like overkill.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9195794-use-normal-negative-currency?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: