Skip to content

Instantly share code, notes, and snippets.

@enyachoke
Created September 20, 2012 08:57
Show Gist options
  • Save enyachoke/3754761 to your computer and use it in GitHub Desktop.
Save enyachoke/3754761 to your computer and use it in GitHub Desktop.
Timepicker yii
<div class="row">
<?php echo $form->labelEx($model,'Send_Time'); ?>
<?php $form->widget( 'ext.EJuiTimePicker.EJuiTimePicker', array(
'model' => $model,
'attribute' => 'Send_Time',
)); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment