Skip to content
Snippets Groups Projects
Commit 59f536a4 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #22798 TIME 0:05 rm displayFormat after migration

parent dd25f11c
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,6 @@
slot="content"
name="startDate"
pickerFormat="DD/MM/YYYY"
displayFormat="DD/MM/YYYY"
[(ngModel)]="filters.date.start"
[showDefaultButtons]="true"
[max]="filters.date.end !== null ? filters.date.end : undefined"
......@@ -119,7 +118,6 @@
slot="content"
name="endDate"
pickerFormat="DD/MM/YYYY"
displayFormat="DD/MM/YYYY"
[preferWheel]="true"
[(ngModel)]="filters.date.end"
[min]="filters.date.start !== null ? filters.date.start : undefined"
......
......@@ -66,7 +66,6 @@
slot="content"
name="startTime"
pickerFormat="HH:mm"
displayFormat="HH:mm"
[(ngModel)]="notification.startTime" required
[showDefaultButtons]="true"
locale="fr-FR"
......@@ -119,7 +118,6 @@
<ion-datetime
presentation="time"
pickerFormat="HH:mm"
displayFormat="HH:mm"
slot="content"
name="endTime"
locale="fr-FR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment