Vote count:
0
what i Need
- i need to convert the Euro currency symbol.
- I Have checked other country currencies its working except euro.
source code
use Symfony\Component\Intl\ResourceBundle\CurrencyBundle;
class EventDetailController extends Controller
{
$currenc = $data_fees[0]['currency'];
$currenc=EURO
$currency= Intl::getCurrencyBundle()->getCurrencySymbol($currenc);
}
- Problem im getting Euro Currency is not converted to its symbol.
- i have checked all currency code are converted except euro.
asked 51 secs ago
Cannot convert Euro Currency to its Symbol
Aucun commentaire:
Enregistrer un commentaire