show recurrent events while creating a new one

This commit is contained in:
les
2019-09-11 11:56:22 +02:00
parent ce3fd08c22
commit 80d9b7fc4d
3 changed files with 5 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ export default ({ app, store }) => {
// Vue.filter('hour', value => moment(value).locale(store.state.locale).format('HH:mm'))
// shown in mobile homepage
Vue.filter('day', value => moment.unix(value).locale(store.state.locale).format('dddd, D MMMM'))
Vue.filter('day', value => moment.unix(value).locale(store.state.locale).format('dddd, D MMM'))
// Vue.filter('month', value => moment(value).locale(store.state.locale).format('MMM'))
// format event start/end datetime based on page