filterdatefromto/yii2-datetofrominfilter

This extention after filter

dev-master 2017-10-02 09:56 UTC

This package is not auto-updated.

Last update: 2024-04-17 02:01:21 UTC


README

This extention after filter

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist filterdatefromto/yii2-datetofrominfilter "*"

or add

"filterdatefromto/yii2-datetofrominfilter": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \filterdatefromto\datetofrominfilter\AutoloadExample::widget(); ?>```