diff --git a/admin/src/components/CreationTransactionListFormular.vue b/admin/src/components/CreationTransactionListFormular.vue index 8ea49eb45..627647534 100644 --- a/admin/src/components/CreationTransactionListFormular.vue +++ b/admin/src/components/CreationTransactionListFormular.vue @@ -18,7 +18,7 @@ export default { key: 'date', label: this.$t('transactionlist.date'), formatter: (value, key, item) => { - return this.$moment(value).format(this.$t('transactionlist.formatter')) + return this.$d(new Date(value)) }, }, {