gpt4 book ai didi

angularjs - ui.bootstrap.datepicker : change date format

转载 作者:行者123 更新时间:2023-12-02 03:25:01 24 4
gpt4 key购买 nike

我正在尝试在那里自定义 ui.bootstrap.datepicker http://plnkr.co/edit/?p=preview

我想将格式设置为 dd-MM-yy 并使其与带有掩码的输入一起使用(plunkr 中“Popup”下方的第二个)

<div class="col-md-6">
<p class="input-group">
<input type="date" class="form-control" datepicker-popup ng-model="dt" is-open="opened" min-date="minDate" max-date="'2015-06-22'" datepicker-options="dateOptions" date-disabled="disabled(date, mode)" ng-required="true" close-text="Close" />
<span class="input-group-btn">
<button type="button" class="btn btn-default" ng-click="open($event)"><i class="glyphicon glyphicon-calendar"></i></button>
</span>
</p>
</div>

我在 script.js 中添加了一种新格式:

  $scope.formats = ['dd-MM-yy', 'dd-MMMM-yyyy', 'yyyy/MM/dd', 'dd.MM.yyyy', 'shortDate'];

有没有办法更改第二个日期选择器(在“弹出”下)的格式,即带有 <input type="date"...> 的那个?

谢谢。

最佳答案

HTML5 日期输入类型不支持自定义格式。参见 Is there any way to change input type="date" format?想要查询更多的信息。我认为最好将输入类型更改为文本,就像第一个一样。

关于angularjs - ui.bootstrap.datepicker : change date format,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30872910/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com