Update search-string.blade.php
Add company date-format
This commit is contained in:
parent
711df9fe6a
commit
2021a6a5e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user