Skip to content
This repository was archived by the owner on Mar 3, 2021. It is now read-only.

alexandrbarabolia/yii2-airdatetime-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Date/Time Picker Widget

Date/Time Picker widget without bootstrap for Yii2 framework Based on Air Datepicker

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require obarabolia/yii2-airdatetime-widget

or add

"obarabolia/yii2-datetime-widget": "*"

to the require section of your composer.json file.

Usage

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

<?php echo $form->field($model, 'attribute')->widget(
        obarabolia\yii2\airdatepicker\DateTimeWidget::class,
        [ ... options ... ]
    ); 
?>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages