fix: make sure the date format is actually valid

This commit is contained in:
kolaente 2022-07-21 00:20:49 +02:00
parent 10c6db3849
commit 2c012e1a08
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ import Rights from '../../models/constants/rights.json'
import TaskModel from '@/models/task'
import {useRouter} from 'vue-router'
const dateFormat = 'yyyy-LL-dd kk:mm'
const dateFormat = 'yyyy-LL-dd HH:mm'
const store = useStore()
const router = useRouter()