mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor on time format
This commit is contained in:
parent
732f76600a
commit
d1dd315e79
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@ export default ({ app, store }) => {
|
||||||
|
|
||||||
// multidate
|
// multidate
|
||||||
if (event.multidate) {
|
if (event.multidate) {
|
||||||
return `${start.format('ddd, D MMM HH:mm')} - ${end.format('ddd, D MMM HH:mm')}`
|
return `${start.format('ddd, D MMM, HH:mm')} - ${end.format('ddd, D MMM, HH:mm')}`
|
||||||
}
|
}
|
||||||
|
|
||||||
// normal event
|
// normal event
|
||||||
return `${start.format('dddd, D MMMM HH:mm')} - ${end.format('HH:mm')}`
|
return `${start.format('dddd, D MMMM, HH:mm')}-${end.format('HH:mm')}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue