minor on time format
This commit is contained in:
@@ -96,10 +96,10 @@ export default ({ app, store }) => {
|
||||
|
||||
// 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
|
||||
return `${start.format('dddd, D MMMM HH:mm')} - ${end.format('HH:mm')}`
|
||||
return `${start.format('dddd, D MMMM, HH:mm')}-${end.format('HH:mm')}`
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user