ionic2中的可自定义日期时间选择器

问题描述:

enter image description here我不想在日期选择器中使用标记选择日期后显示日期以下是代码 如同在图像中我不想显示MAR 31,2017是否有可能?ionic2中的可自定义日期时间选择器

<ion-header> 
     <ion-icon class="moreicon" name="more"> 
    <ion-datetime type="button" [(ngModel)]="myDate" (click)="get()"></ion-datetime> 
    </ion-icon> 
</ion-header> 
+0

你需要显示日期,那么走哪条路? – Sampath

+0

我不想显示日期 –

+0

为什么然后你使用日期选择器? – Sampath

在你的组件页面上,如下所示。

.scss

.ios, 
.md, 
.wp 
    { 
     .datetime-text{ 
     display: none; 
    } 
} 
+1

是的兄弟我得到了同样的检查..谢谢你。 –

+0

热烈欢迎您:) – Sampath