gpt4 book ai didi

jQuery UI 日期选择器 : Can you format a date and allow multiple seperator characters?

转载 作者:行者123 更新时间:2023-12-03 22:24:11 26 4
gpt4 key购买 nike

我更喜欢使用此选项格式化我的日期选择器

{dateFormat: 'mm-dd-yy'}

例如:2010 年 6 月 16 日

但是,我希望允许人们输入斜杠作为分隔符,而不是破折号(如果他们选择的话)。

有没有办法设置日期选择器,使其默认为 mm-dd-yy,但不会阻止某人输入 mm/dd/yy?

我知道我可以设置 {constrainInput:false} 尽管人们可以输入字母:(

感谢您的帮助。

最佳答案

绝对是的。如果关闭 constrainInput,则可以在字段中输入任何内容。

$( "#myDateInput" ).datepicker({ 
dateFormat: 'mm-dd-yy',
constrainInput: false
});

完整文档:http://api.jqueryui.com/datepicker/#option-constrainInput

关于jQuery UI 日期选择器 : Can you format a date and allow multiple seperator characters?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3054758/

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