fix: make sure the date format is actually valid
This commit is contained in:
parent
edaead1d8f
commit
f77f14a91f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ import Rights from '../../models/constants/rights.json'
|
||||||
import TaskModel from '@/models/task'
|
import TaskModel from '@/models/task'
|
||||||
import {useRouter} from 'vue-router'
|
import {useRouter} from 'vue-router'
|
||||||
|
|
||||||
const dateFormat = 'yyyy-LL-dd kk:mm'
|
const dateFormat = 'yyyy-LL-dd HH:mm'
|
||||||
|
|
||||||
const store = useStore()
|
const store = useStore()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|
Loading…
Reference in a new issue