Date groups development min/max date
This commit is contained in:
parent
82ce0a4234
commit
8269cbe2c2
@ -23,6 +23,12 @@
|
|||||||
@if (!empty($attributes['date-format']))
|
@if (!empty($attributes['date-format']))
|
||||||
dateFormat: '{{ $attributes['date-format'] }}'
|
dateFormat: '{{ $attributes['date-format'] }}'
|
||||||
@endif
|
@endif
|
||||||
|
@if (!empty($attributes['min-date']))
|
||||||
|
minDate: {{ $attributes['min-date'] }}
|
||||||
|
@endif
|
||||||
|
@if (!empty($attributes['max-date']))
|
||||||
|
maxDate: {{ $attributes['max-date'] }}
|
||||||
|
@endif
|
||||||
}"
|
}"
|
||||||
|
|
||||||
@if (!empty($attributes['v-model']))
|
@if (!empty($attributes['v-model']))
|
||||||
|
@ -28,6 +28,12 @@
|
|||||||
@if (!empty($attributes['seconds']))
|
@if (!empty($attributes['seconds']))
|
||||||
enableSeconds: true
|
enableSeconds: true
|
||||||
@endif
|
@endif
|
||||||
|
@if (!empty($attributes['min-date']))
|
||||||
|
minDate: {{ $attributes['min-date'] }}
|
||||||
|
@endif
|
||||||
|
@if (!empty($attributes['max-date']))
|
||||||
|
maxDate: {{ $attributes['max-date'] }}
|
||||||
|
@endif
|
||||||
}"
|
}"
|
||||||
|
|
||||||
@if (!empty($attributes['v-model']))
|
@if (!empty($attributes['v-model']))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user