Commit 048feb04 authored by ikkez's avatar ikkez
Browse files

allow custom currency symbol

This is a follow up to https://github.com/bcosca/fatfree-core/commit/d53e6358b0c80f3363286bf1058f2f4e253cf636

$f3->set('LANGUAGE','de-DE');
$f3->format('{0,number,currency}', 12.99); // 12,99 €
$f3->format('{0,number,currency,int}', 12.99); // 12,99 EUR
$f3->format('{0,number,currency,$}', 12.99); // 12,99 $
parent cec6b90c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment