Answer the question
In order to leave comments, you need to log in
Where are the formatting settings of the Yii::$app->formatter->asCurrency function?
The same execution of the Yii::$app->formatter->asCurrency function on the server produces the result
RUB 150.00 or $150.00
RUB 150.00 or USD 150.00
echo \Yii::$app->formatter->asCurrency(150); // аргумент 'RUB' ничего не изменяет
//также пробовал 'USD', результат выше
'formatter' => [
'class' => 'yii\i18n\Formatter',
'dateFormat' => 'dd.MM.yyyy',
'decimalSeparator' => ',',
'thousandSeparator' => ' ',
'currencyCode' => 'RUB',
'locale' => 'ru-RU',
],
Answer the question
In order to leave comments, you need to log in
https://www.yiiframework.ru/forum/viewtopic.php?t=42460
https://www.yiiframework.ru/forum/viewtopic.php?t=42460
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question