BX.Currency.currencyFormat
BX.Currency.currencyFormat( price, currency, useTemplate );
Функция форматирует цену.
Параметры функции
Параметр | Описание | Тип |
---|---|---|
price | Значение цены. | string, int, float |
currency | Код валюты. | string |
useTemplate | Использовать ли шаблон. Доступные значения:
|
bool |
Возвращаемое значение
Строка.
Примеры:
<? CJSCore::Init(array('currency')); $currencyFormat = CCurrencyLang::GetFormatDescription('RUB'); ?> <script type="text/javascript"> BX.Currency.setCurrencyFormat('RUB', <? echo CUtil::PhpToJSObject($currencyFormat, false, true); ?>); var formatRub = BX.Currency.currencyFormat(121.50, 'RUB', true); alert(formatRub); </script>
© «Битрикс», 2001-2024, «1С-Битрикс», 2024