Skip to content

Commit 4c7e9ef

Browse files
committed
date
1 parent 6d730f4 commit 4c7e9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/admin/_form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{!! BootForm::text(trans('validation.attributes.tags'), 'tags')->value(implode(', ', $model->tags->lists('tag'))) !!}
2121
<div class="row">
2222
<div class="col-sm-6">
23-
{!! BootForm::date(trans('validation.attributes.date'), 'date')->value($model->present()->dateOrNow('date'))->placeholder(trans('validation.attributes.DDMMYYYY')) !!}
23+
{!! BootForm::date(trans('validation.attributes.date'), 'date')->value($model->present()->dateOrNow('date'))->placeholder(trans('validation.attributes.DDMMYYYY'))->addClass('datepicker') !!}
2424
</div>
2525
</div>
2626
{!! BootForm::text(trans('validation.attributes.website'), 'website')->placeholder('http://') !!}

0 commit comments

Comments
 (0)