Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

yii2 active form date input

<?= $form->field($model, 'start_date')->input('date') ?>
// this should format the date input in dd/mm/yyyy and have date picker in most if not all browsers
 
PREVIOUS NEXT
Tagged: #active #form #date #input
ADD COMMENT
Topic
Name
8+4 =