remove all date

This commit is contained in:
Peter Maquiran
2023-03-09 15:15:06 +01:00
parent 9253c33f08
commit 0b4cafda22
5 changed files with 117 additions and 13 deletions
@@ -226,6 +226,7 @@ export class NewEventPage implements OnInit {
_date .setMinutes(minutes + 15)
return _date
}
setStartDate() {
if(!this.postEvent.StartDate) {
this.postEvent.StartDate = this.roundTimeQuarterHour();