Angular-Material DateTime Picker Component?

前端 未结 6 1990
不知归路
不知归路 2021-02-03 17:13

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

6条回答
  •  时光说笑
    2021-02-03 18:03

    You can have a datetime picker when using matInput with type datetime-local like so:

      
        
      
    

    You can click on each part of the placeholder to set the day, month, year, hours,minutes and whether its AM or PM.

提交回复
热议问题