Angular-Material DateTime Picker Component?

前端 未结 6 2058
不知归路
不知归路 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 17:59

    Angular Material 10 now includes a new date range picker.

    To use the new date range picker, you can use the mat-date-range-input and mat-date-range-picker components.

    Example

    HTML

    
      Enter a date range
      
        
        
      
      
      
    
    

    You can read and learn more about this in their official documentation.

    Unfortunately, they still haven't build a timepicker on this release.

提交回复
热议问题