enhance views to display exact year, month, day values
sqlite displays negative days and months
This commit is contained in:
parent
a73c712626
commit
fc01263c4e
11 changed files with 324 additions and 81 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue