Remove time portion
Some checks are pending
continuous-integration/drone/push Build is running

No time is entered when creating / editing
This commit is contained in:
2025-06-20 21:03:47 +02:00
parent 9246729edf
commit b8d1fddd91

View File

@@ -67,8 +67,6 @@ export class EntryCardComponent {
year: 'numeric', year: 'numeric',
month: '2-digit', month: '2-digit',
day: '2-digit', day: '2-digit',
hour: '2-digit',
minute: '2-digit',
}); });
this.confirmationService.confirm({ this.confirmationService.confirm({