Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在表单中使用 jQuery Datepicker。问题是我需要将值作为 3 个不同的字段(例如:?day=19&month=3&year=2013)而不是作为唯一日期传递。有人知道我该怎么做吗?
另外,您知道设置日历尺寸的热点吗?
你可以使用日期选择器的事件
onClose: function(dateText, inst) { month = $("#ui-datepicker-div .ui-datepicker-month :selected").val(); year = $("#ui-datepicker-div .ui-datepicker-year :selected").val(); }
或者您可以使用默认日期格式的“-”来分解 dateText