Skip to content

na3r/jalali-date-picker---yii-widget--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@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',
 	)
 ));?>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published