Is there a way to customize the datetime picker to only display Date, Hours, and Minutes, while removing seconds? Currently, the picker includes seconds as well.
<mat-form-field appearance="outline" floatLabel="always">
<mat-label>Start Date</mat-label>
<input
matInput
type="datetime-local"
placeholder="Start Date"
>
</mat-form-field>
I prefer using native HTML for this customization instead of relying on an npm package. More details can be found here: