Hi everyone,

I would like to know: how can I hard code the time to 12:00 AM? For 
instance, November 23, 2022, at 12:00 a.m.

<div class="mt-8">
                        <mat-form-field class="fuse-mat-no-subscript 
w-full">
                            <mat-label>Start Date</mat-label>
                            <mat-icon matPrefix
                                      class="hidden sm:flex icon-size-5"
                                      
[svgIcon]="'heroicons_solid:briefcase'"></mat-icon>
                            <input matInput
                                   [matDatepicker]="startDatepicker"
                                   [formControlName]="'start_date'"
                                   [placeholder]="'Start Date'">
                            <mat-datepicker-toggle matSuffix
                                                   [for]="startDatepicker">
                            </mat-datepicker-toggle>
                            <mat-datepicker 
#startDatepicker></mat-datepicker>
                        </mat-form-field>
                    </div>

Thanks&Regards
Ba Han

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/4c06b16f-134b-4df4-a286-57722107cffdn%40googlegroups.com.

Reply via email to