I want two input called Open from and Close On. There some issue in timeinput like time format etc, I want go with text input. I want my user to input time like 00:00. I want verify that they have input like this but I don't know how I can achieve this with laravel. My input field like this
<div class="col-md-6">
<div class="formrow {!! APFrmErrHelp::hasError($errors, 'open_to') !!}" id="open_to_div"> {!! Form::text('open_to', null, array('class'=>'form-control', 'id'=>'open_to', 'placeholder'=>__('Closed On Like 00:00'))) !!}
</div>
</div>
Let me know if some expert can help me for verify input of my this field. Thanks
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire