A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar. And now the yii2 extension is made... New
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist entero/yii2-datepair "*"
or add
"entero/yii2-datepair": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \entero\\datepair\\AutoloadExample::widget(); ?>```