角度材料日期时间选择器组件? [英] Angular-Material DateTime Picker Component?

查看:32
本文介绍了角度材料日期时间选择器组件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在一个项目中导入了一个日期选择器 并且想知道是否有任何官方来自角度和材料的最新组件,以将时间也包括在日历中.
我在材料文档中看到了很多时间选择器,并研究了很多第三方的,但它们看起来非常复杂.

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 seen plenty of time pickers in material documentation and researched a lot of third party ones, but they seem very complex.

推荐答案

当使用 matInput 类型为 datetime-local 时,你可以有一个日期时间选择器,如下所示:

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

  <mat-form-field>
    <input matInput type="datetime-local" placeholder="start date">
  </mat-form-field>

您可以点击占位符的每个部分来设置日、月、年、小时、分钟以及是上午还是下午.

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

这篇关于角度材料日期时间选择器组件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆