Frontend date formatting inconsistency #175

Closed
opened 2026-04-10 16:04:25 +02:00 by shahondin1624 · 0 comments
Owner

Severity: LOW

Location

src/views/Import.vue, src/views/MemberList.vue

Description

Some views format dates client-side with toLocaleDateString('de-DE') while the backend returns ISO format. This is a display-only concern, but inconsistent date handling can lead to misinterpretation in edge cases.

Recommendation

Standardize date formatting across all frontend views, either via a shared utility function or a consistent approach to date display.

## Severity: LOW ## Location `src/views/Import.vue`, `src/views/MemberList.vue` ## Description Some views format dates client-side with `toLocaleDateString('de-DE')` while the backend returns ISO format. This is a display-only concern, but inconsistent date handling can lead to misinterpretation in edge cases. ## Recommendation Standardize date formatting across all frontend views, either via a shared utility function or a consistent approach to date display.
shahondin1624 added the frontendsecuritypriority:low labels 2026-04-10 16:04:25 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shahondin1624/Mitgliederverwaltung#175