gpt4 book ai didi

javascript - 在 Bootstrap datetimepicker.js 中禁用切换到年 View

转载 作者:行者123 更新时间:2023-11-30 13:58:47 25 4
gpt4 key购买 nike

我正在使用来自 https://eonasdan.github.io/bootstrap-datetimepicker/ 的 Bootstrap 日期时间选择器.在 Bootstrap datetimepicker 中单击月份名称时,我想禁止切换到年 View 模式和年份组 View 模式。我怎样才能做到这一点?

最佳答案

如果你想设置完整的日期并且仍然能够切换到月 View ,你需要像这样设置 maxViewMode:

$('#pick').datepicker({
maxViewMode: 'months'
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.css">

<input type="text" id="pick">

关于javascript - 在 Bootstrap datetimepicker.js 中禁用切换到年 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56735150/

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