Update search-string.blade.php
Add company date-format
This commit is contained in:
parent
711df9fe6a
commit
2021a6a5e2
@ -10,8 +10,8 @@
|
|||||||
:date-config="{
|
:date-config="{
|
||||||
allowInput: true,
|
allowInput: true,
|
||||||
altInput: true,
|
altInput: true,
|
||||||
altFormat: 'Y-m-d',
|
altFormat: '{{ company_date_format() }}',
|
||||||
dateFormat: 'Y-m-d',
|
dateFormat: '{{ company_date_format() }}',
|
||||||
@if (!empty($attributes['min-date']))
|
@if (!empty($attributes['min-date']))
|
||||||
minDate: {{ $attributes['min-date'] }}
|
minDate: {{ $attributes['min-date'] }}
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user