changed agenda edit event timepicker interval by 15 minutes

This commit is contained in:
Hirondino Van-Dunem
2022-12-17 17:01:36 +01:00
parent c357966d2e
commit e5a5d94f67
4 changed files with 74 additions and 8 deletions
@@ -147,7 +147,7 @@
[(ngModel)]="postEvent.EndDate"
[max]="maxDate"
[disabled]="disabled"
[min]="currentDate"
[min]="postEvent.StartDate"
>
<mat-datepicker-toggle id="new-fim" matSuffix [for]="fim"></mat-datepicker-toggle>
<ngx-mat-datetime-picker #fim