Home > jalali-date-picker---yii-widget--

jalali-date-picker---yii-widget--

Jalali-date-picker---yii-widget-- is a project mainly written in JAVASCRIPT and PHP, it's free.

@author Naser kholghi [email protected] Usage :

download and extract in Yii_web_root/protected/widgets

put this code in your view

<?php
echo CHtml::textField('datepicker'); $this->widget('application.widgets.JalaliDatePicker.JalaliDatePicker',array('textField'=>'datepicker',
'options'=>array( 'changeMonth'=>'true', 'changeYear'=>'true', 'showButtonPanel'=>'true', ) ));?>

Previous:gettheanswer