1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

add option to show events of a specific group by indicating its name

This commit is contained in:
Daniel Waxweiler
2021-01-15 20:30:05 +01:00
parent 47945372f9
commit 4dfeabcb84
10 changed files with 90 additions and 44 deletions

View File

@ -21,4 +21,8 @@ export class DateTimeWrapper {
this.dateTime.month === other.dateTime.month &&
this.dateTime.year === other.dateTime.year
}
static getCurrentDatetimeAsString() {
return DateTime.local().toString();
}
}