I imported a date picker in a project and was wondering if there was any official recent component from angular and material to include time in the calendar as well. I\'ve s
You can have a datetime picker when using matInput with type datetime-local like so:
matInput
datetime-local
You can click on each part of the placeholder to set the day, month, year, hours,minutes and whether its AM or PM.