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:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user