Comparing
#33 with
#34
Revision #34 was created by
rackycz on Oct 3, 2020, 4:31:19 PM.
Decimal Integer formatter
Content
[...]
```
Usage is simple. Read the link above and give like to karpy47 or see below:
```php
// file config/web.php
'components' => [
'formatter' => [
'class' => 'app\myHelpers\MyFormatter',
],
],
```[...]