Add setting for the first day of the week
This commit is contained in:
parent
641ccd1026
commit
e37145cd43
9 changed files with 87 additions and 49 deletions
|
|
@ -94,14 +94,6 @@ export default {
|
|||
newTask: TaskModel,
|
||||
isTaskEdit: false,
|
||||
taskEditTask: TaskModel,
|
||||
flatPickerConfig: {
|
||||
altFormat: 'j M Y H:i',
|
||||
altInput: true,
|
||||
dateFormat: 'Y-m-d H:i',
|
||||
enableTime: true,
|
||||
onOpen: this.updateLastReminderDate,
|
||||
onClose: this.addReminderDate,
|
||||
},
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
|
|||
Reference in a new issue