matperez / yii2-datetime-compare-validator

Validator for yii2 allows you to compare dates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yii2-datetime-compare-validator

Validator for yii2 allows you to compare dates.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require nepstor/yii2-datetime-compare-validator "*"

or add

"nepstor/yii2-datetime-compare-validator": "*"

to the require section of your composer.json file.

Using

public function rules()
{
    return [
        [['begin', nepstor\validators\DateTimeCompareValidator::className(), 'compareAttribute' => 'end', 'format' => 'Y-m-d', 'operator' => '>='
    ];
}

About

Validator for yii2 allows you to compare dates.


Languages

Language:PHP 100.0%