fix ics and rss export with filters

This commit is contained in:
lesion
2019-02-26 12:37:51 +01:00
parent f40184a5a3
commit e5f2e2eeda
11 changed files with 108 additions and 43 deletions

View File

@@ -5,6 +5,9 @@ export default {
datetime (value) {
return moment(value).format('ddd, D MMMM HH:mm')
},
short_datetime (value) {
return moment(value).format('D/MM HH:mm')
},
hour (value) {
return moment(value).format('HH:mm')
}