Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/41.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何从owl日期时间组件中删除月和日名称?_Html_Css_Angular_Datepicker - Fatal编程技术网

Html 如何从owl日期时间组件中删除月和日名称?

Html 如何从owl日期时间组件中删除月和日名称?,html,css,angular,datepicker,Html,Css,Angular,Datepicker,我正在尝试制作一个只有天可供选择的日历。用户应该选择要支付某些产品的日期 我在Angular应用程序中使用owl日期时间组件。有可能吗 <label> Date <input [owlDateTimeTrigger]="dt3" [owlDateTime]="dt3"> <owl-date-time [pickerType]="'calendar'" #dt3></owl-date-time> </label&

我正在尝试制作一个只有天可供选择的日历。用户应该选择要支付某些产品的日期

我在Angular应用程序中使用owl日期时间组件。有可能吗

  <label>
    Date
    <input [owlDateTimeTrigger]="dt3" [owlDateTime]="dt3">
    <owl-date-time [pickerType]="'calendar'" #dt3></owl-date-time>
  </label>

日期
我在找这样的东西:


我使用::ng deep并将display:none设置为我要删除的块。

尝试display none