Update search-string.blade.php

Add company date-format
This commit is contained in:
Steven Brauer 2021-01-31 17:51:06 +01:00 committed by GitHub
parent 711df9fe6a
commit 2021a6a5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@
:date-config="{
allowInput: true,
altInput: true,
altFormat: 'Y-m-d',
dateFormat: 'Y-m-d',
altFormat: '{{ company_date_format() }}',
dateFormat: '{{ company_date_format() }}',
@if (!empty($attributes['min-date']))
minDate: {{ $attributes['min-date'] }}
@endif