Advertisement
yacel100

calendario

May 21st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php $this->widget('zii.widgets.jui.CJuiDatePicker',
  2.         array(
  3.             'name' => 'fecha_lim_act_pos',
  4.             'attribute' => 'fecha_lim_act_pos',
  5.             'modelP'=>$modelP,
  6.             'options'=> array(
  7.             'dateFormat' =>'yy-mm-dd',
  8.             'altFormat' =>'yy-mm-dd',
  9.             'changeMonth' => true,
  10.             'changeYear' => true,
  11.             'appendText' => 'aaaa-mm-dd',
  12.             ),
  13.         ));
  14.         ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement