gpt4 book ai didi

angularjs - UIBootstrap datePicker 中的初始日期

转载 作者:行者123 更新时间:2023-12-02 23:38:38 27 4
gpt4 key购买 nike

我目前正在开发一个有 Angular 的日期选择器。为此,我使用 UIBootstrap 日期选择器。但我面临一个问题。我需要使用 init-date 属性:

init-date : The initial date view when no model value is specified.

该属性似乎仅在 datepicker 指令上可用。事实上,我起诉的是弹出日期选择器,而不是日期选择器本身。有 datepicker-popup 的 html

HTML

<input type="text" class="form-control "  datepicker-popup="dd/MM/yyyy" ng-model="date"  is-open="opened" datepicker-options="dateOptions" />
<span class="input-group-btn">
<button type="button" class="btn btn-default" ng-click="openCalendar($event)"><i class="glyphicon glyphicon-calendar"></i></button>
</span>

我想知道是否有类似弹出日期选择器的初始化日期之类的东西。我想过日期选择器选项,但我无法做一些符合这个想法的事情。尽管如此,是否可以使其与此 datepicker-options 一起使用?

最佳答案

嗯,它肯定在 datepicker-options 上,但由于 angular-ui-bootstrap 0.12.1.0 中的错误而出现问题,所以它不起作用。这个问题在最新版本的 angular-ui-bootstrap (0.13.0) 中得到解决

关于angularjs - UIBootstrap datePicker 中的初始日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30030105/

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