entero/yii2-datepair

A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar. And now the yii2 extension is made... New

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2025-06-16 20:39:15 UTC


README

A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar. And now the yii2 extension is made... New

Installation

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.

Usage

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

<?= \entero\\datepair\\AutoloadExample::widget(); ?>```