enhance views to display exact year, month, day values

sqlite displays negative days and months
This commit is contained in:
Julian Krauser 2025-02-01 18:09:58 +01:00
parent a73c712626
commit fc01263c4e
11 changed files with 324 additions and 81 deletions

View file

@ -51,6 +51,7 @@ export default abstract class MemberFactory {
public static mapToMemberStatistic(record: memberView): MemberStatisticsViewModel {
return {
id: record.id,
internalId: record.internalId,
salutation: record.salutation,
firstname: record.firstname,
lastname: record.lastname,