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 $
Loading
Please sign in to comment