Cakephp 3:视图中的货币精确度

时间:2018-03-08 18:50:17

标签: cakephp-3.0 currency-formatting

我在数据库中有值,例如:830,400,000,在视图中我想将其显示为$ 830.4

在视图中我想使用模式选项,但我不清楚如何使用它:

<td class="nonBulletList">
    <?= $this->Number
             ->currency($currentExpenses, 
                        'USD', 
                        ['places' => 1], 
                        ['pattern' => '###.#']) ?>
</td>

0 个答案:

没有答案