remove time from search

This commit is contained in:
Eudes Inácio
2023-10-11 18:23:13 +01:00
parent 6dbbaca851
commit c890b1732c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -85,6 +85,7 @@
[stepHour]="stepHour" [stepMinute]="stepMinute"
[stepSecond]="stepSecond"
[touchUi]="touchUi"
[hideTime]="true"
>
</ngx-mat-datetime-picker>
</mat-form-field>
+2 -2
View File
@@ -20,10 +20,10 @@ import { momentG } from 'src/plugin/momentG';
const CUSTOM_DATE_FORMATS: NgxMatDateFormats = {
parse: {
dateInput: "YYYY-MMMM-DD HH:mm"
dateInput: "YYYY-MMMM-DD"
},
display: {
dateInput: "DD MMM YYYY H:mm",
dateInput: "DD MMM YYYY",
monthYearLabel: "MMM YYYY",
dateA11yLabel: "LL",
monthYearA11yLabel: "MMMM YYYY"