2017 © Pedro Peláez
 

yii2-extension yii2-jalali-datepicker

Bootstrap Date Picker for Yii2 Extension

image

faravaghi/yii2-jalali-datepicker

Bootstrap Date Picker for Yii2 Extension

  • Sunday, September 17, 2017
  • by faravaghi
  • Repository
  • 1 Watchers
  • 2 Stars
  • 428 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

Bootstrap Jalali Date Picker

Jalali Date Picker for Bootstrap Yii2 Extension, (*1)

Latest Stable Version Total Downloads License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist faravaghi/yii2-jalali-datepicker "*"

or add, (*5)

"faravaghi/yii2-jalali-datepicker": "*"

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply use it in your code by :, (*7)

field(
        $model, 
        'date'
    )
    ->widget(
        jalaliDatePicker::className(), [
        'options' => array(
            'format' => 'yyyy/mm/dd',
            'viewformat' => 'yyyy/mm/dd',
            'placement' => 'left',
            'todayBtn'=> 'linked',
        ),
        'htmlOptions' => [
            'id' => 'date',
            'class' => 'form-control'
        ]
    ]);

?>

or without using the model:, (*8)

echo faravaghi\jalaliDatePicker\jalaliDatePicker::widget([
    'name' => 'startDate',
    'value' => '1397/06/20',
    'options' => array(
        'format' => 'yyyy/mm/dd',
        'viewformat' => 'yyyy/mm/dd',
        'placement' => 'left',
        'todayBtn'=> 'linked',
    ),
]);

The Versions

17/09 2017

dev-master

9999999-dev

Bootstrap Date Picker for Yii2 Extension

  Sources   Download

GPL-2.0

The Requires

 

by Mohammd Ebrahim Amini

extension yii2 jalali persian calendar date picker

06/02 2016

v1.0

1.0.0.0

Bootstrap Date Picker for Yii2 Extension

  Sources   Download

GPL-2.0

The Requires

 

by Mohammd Ebrahim Amini

extension yii2 jalali persian calendar date picker