gpt4 book ai didi

javascript - Bootstrap日期选择器: Start picking date from year

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

通常,当从“今天”附近选择日期时,默认行为(选择一个月中的某一天)效果很好,但在选择生日时,我希望用户开始从年份中选择日期。我查看了文档,但找不到任何选项来执行此操作。我希望日期选择器首先打开并选择年份。如图所示:

enter image description here

我正在使用这个插件:https://bootstrapdatepicker.readthedocs.io/en/latest/

最佳答案

使用 startView 选项(0 天、1 个月、2 年,请参阅插件文档):

$('#date').datepicker({
startView:2//
});

关于javascript - Bootstrap日期选择器: Start picking date from year,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39117575/

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