gpt4 book ai didi

jQuery 日期选择器 : Get Selected Date

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

我需要能够从日期选择器中获取选定的日期,并使用选定的值填充另一个文本框。我目前正在使用 onClose 函数,如下所示:

$('#defaultDate').datepicker({
onClose:function(theDate) {
$('#txtEntry1').text = theDate;
}
});

最佳答案

有一种更简单的方法可以做到这一点。使用内置alt-field option你就完成了。

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

关于jQuery 日期选择器 : Get Selected Date,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2311608/

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