我使用的是以下日期选择器,但我无法更改日期格式。
$(document).ready(function() {
$(document).on('click', '#mdateupto', function () {
$("#mdateupto").datepicker( "option", "dateFormat","yyyy-mm-dd");
$(this).datepicker().datepicker( "show" );
});
});
请帮忙,
答案 0 :(得分:2)
你应该在你的datepicker()初始化中定义你的dateFormat选项,或者你可以在它应该工作后初始化之后设置它
SELECT top 100 imagename
from [maps]
where LEN(imagename)=17
and downloaded is null