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
Requires
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2025-03-29 21:33:29 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'
],