mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
use long day and month
This commit is contained in:
parent
eb5dc3279a
commit
05f6afe309
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ import 'dayjs/locale/nb'
|
||||||
import 'dayjs/locale/fr'
|
import 'dayjs/locale/fr'
|
||||||
import 'dayjs/locale/de'
|
import 'dayjs/locale/de'
|
||||||
import 'dayjs/locale/gl'
|
import 'dayjs/locale/gl'
|
||||||
|
import 'dayjs/locale/sk'
|
||||||
|
|
||||||
dayjs.extend(relativeTime)
|
dayjs.extend(relativeTime)
|
||||||
dayjs.extend(utc)
|
dayjs.extend(utc)
|
||||||
|
@ -99,6 +100,6 @@ export default ({ app, store }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// normal event
|
// 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')}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue