输入类型=日期在ionic框架中不工作

时间:2021-03-11 19:40:47
<input type="date" ng-model="date.startingDate" id="startingDate">

this is the code to pick date from date picker in ionic.after setting the date in date picker it type only 2015-0. and app carshs.

这是在ionic中从日期选择器中选择日期的代码。在日期选择器中设置日期后,只输入2015-0。和应用carshs。

1 个解决方案

#1


0  

try this

试试这个

<input style="width:100%" class="textbox-n" type="date"  id="startingDate" name="startingDate" ng-model="date.startingDate" />

#1


0  

try this

试试这个

<input style="width:100%" class="textbox-n" type="date"  id="startingDate" name="startingDate" ng-model="date.startingDate" />