We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92db0f commit a0dd709Copy full SHA for a0dd709
resources/assets/js/components/form/fields/date/Date.vue
@@ -23,7 +23,8 @@
23
<sharp-date-picker
24
class="SharpDate__date"
25
:language="language"
26
- inline monday-first
+ :monday-first="mondayFirst"
27
+ inline
28
:value="dateObject"
29
@selected="handleDateSelect"
30
ref="datepicker"
@@ -84,6 +85,7 @@
84
85
type: String,
86
default:'DD/MM/YYYY HH:mm'
87
},
88
+ mondayFirst: Boolean,
89
stepTime: {
90
type:Number,
91
default:30
0 commit comments