Advertisement
alpa_s

Untitled

Jun 30th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <?= DatePicker::widget([
  2. 'name' => 'rdate',
  3. 'id' => 'rdate',
  4. 'value' => $rdate,
  5. 'dateFormat' => 'yyyy-MM-dd',
  6. 'options' => array(
  7. 'class' => 'form-control',
  8. ),
  9. 'clientOptions' => [
  10. 'changeMonth' => true,
  11. 'changeYear' => true,
  12. ],
  13. ]) ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement