dev-master
9999999-devA Yii2 widget extension that allows you to easily create birthday form field
MIT
The Requires
by nsept
extension yii2 date picker widget birthday
A Yii2 widget extension that allows you to easily create birthday form field
, (*1)
A Yii2 widget extension that allows you to easily create birthday form field., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
composer require --prefer-dist nsept/yii2-birthday-picker "*"
or add, (*5)
"nsept/yii2-birthday-picker": "*"
to the require section of your composer.json
file., (*6)
Once the extension is installed, simply use it in your code by:, (*7)
// model public function rules() { return [ ['birthday', 'required'], ['birthday', \nsept\birthdaypicker\BirthdayValidator::className()], ]; } // view = \nsept\birthdaypicker\BirthdayPickerWidget::widget([ 'form' => $form, 'model' => $model, 'attribute' => 'birthday' ]) ?>
A Yii2 widget extension that allows you to easily create birthday form field
MIT
extension yii2 date picker widget birthday