mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Start to merge entries
This commit is contained in:
@ -11,6 +11,10 @@ class Presence {
|
||||
this.month = month;
|
||||
this.day = day;
|
||||
}
|
||||
|
||||
get date() {
|
||||
return new Date(this.year, this.month - 1, this.day);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user