我正在尝试使用带有ui.mask的Bootstrap datepicker,但我不知道如何让它们一起工作。我的格式是'dd-MM-yyyy' 可能吗? 使用此代码:
<input type="text" class="col-sm-5" ui-mask="99-99-9999" datepicker-popup="{{format}}" ng-model="dateDebut" is-open="opened1" datepicker-options="dateOptions" ng-required="true" close-text="Fermer"/>
当我离开输入时,日期消失,如果我在datepicker中选择日期(22-05-2015),它在输入中写入22/20/1500,我收到此错误:
Datepicker指令:“ng-model”值必须是Date对象,一个数字 自1970年1月1日起的毫秒数或表示RFC2822的字符串 或ISO 8601日期。