gpt4 book ai didi

javascript - 时刻选择器 View 未更改为 12 小时格式

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

我在将 View 设置为 12 小时格式时遇到问题。我用过angular-moment-picker为此的库。

enter image description here

我想要的是将 View 转换为 12 小时格式。

html

<div class="input-group" moment-picker="ctrl.timepicker" format="hh:mm a">
<span class="input-group-addon">
<i class="far fa-clock"></i>
</span>
<input class="form-control" placeholder="Select a time" ng-model="ctrl.timepicker" ng-model-options="{ updateOn: 'blur' }">
</div>

配置

function momentPickerProvider(momentPickerProvider) {
momentPickerProvider.options({
minutesFormat: 'hh:mm'
});
}

最佳答案

你试过这个吗?

app.config(['momentPickerProvider', function(momentPickerProvider){
momentPickerProvider.options({
hoursFormat: 'hh:mm'
});
}])

关于javascript - 时刻选择器 View 未更改为 12 小时格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49441468/

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