This extension is ...
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example:
$this->widget('application.extensions.hijri.JHijri',array(
'id'=>Html::activeId($model,'OUTSIDE_LETTER_DATE'), // Gregorian Date Field Id
'value'=>$model->postDateFormatByHijri,
));
Change Log ¶
March 23, 2010 ¶
- Initial release.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.