Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 621 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 621 Bytes

rial.js

a tiny JavaScript library for money and currency formatting
Made by: Saeid Habibpour, Founder of Metaweb.co

var rial = new Rial( {
			decimal : ",",
			alphabet : "fa",
			currency : "هزار ریال",
			cut : 3,
			} );

rial.get("425420000000");
// ۴۲۵,۴۲۰,۰۰۰ هزار ریال

rial.Alphabet("en").Currency("ریال").Cut(0).get("425420000000");
// 425,420,000,000 ریال


rial.Decimal(".").Alphabet("en").Currency("").Cut(0).get("۴۲۵,۴۲۰,۰۰۰");
// 425.420.000