-
When using the format string `"$0,0.00"` formatting a value in the range `-0.005 > numeral(5).format("$0,0.00");
"$5.00"
>> numeral(0.05).format("$0,0.00");
"$0.05"
>> numeral(0.005).format("$0,0.…
-
It seems like currency formatting, viz. currency symbol placement, is not respecting sub-locale specific formatting.
http://www.unicode.org/cldr/charts/29/by_type/numbers.number_formatting_patterns.h…
-
There should be optional args to add a comma separator or dollar formatting to numeric inputs. Currently, only an number with no formatting is presented to the user. Would be much more user friendly i…
-
```
This is almost certainly a bug, but I haven't had a chance to check what
exactly happens on systems where the default number format is to use commas as
the decimal separator.
So in summary, it …
-
Is it possible to get currency symbol from other field value?
in the DB I am storing monetary values in two fields: `amount` (in minor units) and `currency` (as a lowercase currency symbol 'eur','us…
-
### Why is this issue important?
adjustments to clean up formatting and display on grant details page
### Expected State
- [ ] On grant detail pages, the Award Ceiling number should be formatted to…
-
### Is your tweak request related to a problem? Please describe.
Using currency formatting in many components results in a weird currency symbol
ValueTextFormatDriver,FloatTextEditorParser etc. us…
-
Rather than setting the unit/currency in the constructor, should it also be carried in the type being formatted?
Might be wanted by Intl.MessageFormat.
CC @eemeli
-
Can't see an issue tracking this, although it's somewhat similar (but not the same) as locale formatting.
Given currencies such as USD, CAD, EUR, and a value, it would be nice to format based on thos…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2324S2/pe/master/files/66bc0a19-1345-4ef0-8401-7fe3f4df698e.png)
for the change currency command, in the UG the currency appears to be optio…