use long day and month

This commit is contained in:
lesion 2022-07-21 11:44:50 +02:00
parent eb5dc3279a
commit 05f6afe309
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -16,6 +16,7 @@ import 'dayjs/locale/nb'
import 'dayjs/locale/fr'
import 'dayjs/locale/de'
import 'dayjs/locale/gl'
import 'dayjs/locale/sk'
dayjs.extend(relativeTime)
dayjs.extend(utc)
@ -99,6 +100,6 @@ export default ({ app, store }) => {
}
// normal event
return `${start.format('ddd, D MMM HH:mm')} - ${end.format('HH:mm')}`
return `${start.format('dddd, D MMMM HH:mm')} - ${end.format('HH:mm')}`
})
}