Top "Currency" questions

Currency is a medium of exchange of value, usually referring to government issued denominations.

Programmatically access currency exchange rates

I'm setting up an online ordering system but I'm in Australia and for international customers I'd like to show prices …

php currency finance
Currency validation

Please help with me writing a JavaScript Validation for currency/money field. So please provide any regular expressions if u …

javascript validation expression currency
How to display Currency in Indian Numbering Format in PHP

I have a question about formatting the Rupee currency (Indian Rupee - INR). For example, numbers here are represented as: 1 10 100 1,000 10,000 1,00,000 10,00,000 1,00,00,000 10,00,00,000 …

php converter currency number-formatting money-format
In angular 2, how to display a number as two decimal rounded currency?

Examples: 1.99 --> $1.99 1.9 --> $1.90 1 --> $1.00 1.005 --> $1.01 1.004 --> $1.00 I am using {{num | currency:'USD':true}} but it …

filter rounding angular currency
Is there a functionality in JavaScript to convert values into specific locale formats?

Is there a built in function of JavaScript to convert a string into a particular locale (Euro in my case)? …

javascript numbers currency
Currency Conversion using PHP

I'm looking for a way to convert any amount from one currency to another on a website. The user would …

php api currency
Regex currency validation

I need Help for currency regex in jQuery function. It optionally allows "$" sign only one time in beginning. It allows …

javascript regex currency
Formatting money in twig templates

Are there any filters or something like that in twig template engine to format money or numbers?

numbers format currency twig
c# Decimal to string for currency

To display a currency we do: ToString("0.##") For value 5.00 the output is: 5 For value 5.98 the output is: 5.98 For value 5.90 the …

c# decimal currency tostring
How to format a Double into Currency - Swift 3

I'm new to Swift programming and I've been creating a simple tip calculator app in Xcode 8.2, I have my calculations …

ios swift formatting currency