wartron/yii2-helpers-formatter

Yii2 Formatter

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/wartron/yii2-helpers-formatter

dev-master 2015-08-30 18:49 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:15:08 UTC


README

This is a custome formatter that provides shortcuts to two formats I use in my projects. hex and cent.

asHex will return an uppercase hex string from the value

asCent will return asCurrency but with the $value/100

To use these formatters, set the formatter copmponent in your config/web.php or config/main.php depending on your yii2 app structure.

'formatter' => [
    'class' => '\wartron\yii2helpers\formatter\Formatter'
],