Use local date format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-25 21:50:15 +00:00
parent 464931babe
commit c864666eb6
3 changed files with 10 additions and 2 deletions

View File

@ -9,7 +9,7 @@ const props = defineProps<{
}>()
const TX = ref<Transaction>({
Date: new Date().toISOString().substring(0, 10),
Date: new Date(),
Memo: "",
Amount: 0,
Payee: "",