home date hot fix

This commit is contained in:
les
2019-08-07 23:32:01 +02:00
parent 30a389b46f
commit fc2c82ab1a

View File

@@ -13,7 +13,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(value).locale(store.state.locale).format('dddd, D MMMM'))
Vue.filter('day', value => moment.unix(value).locale(store.state.locale).format('dddd, D MMMM'))
// Vue.filter('month', value => moment(value).locale(store.state.locale).format('MMM'))
// format event start/end datetime based on page