This commit is contained in:
Peter Maquiran
2021-07-17 22:42:02 +01:00
parent bd1914e81e
commit dba721ec50
15 changed files with 49 additions and 4 deletions
@@ -74,6 +74,10 @@ export class ViewEventPage implements OnInit {
this.loadEvent();
}
toDateString(e) {
return new Date(e).toDateString()
}
openOptions() {
}