jquery.datepicker怎么指定日期为每个月最后一天

2025-01-05 01:35:14
推荐回答(1个)
回答1:

不知道是extjs的dataPicker还是jquery插件的extjs:{xtype:'datafiled',value:newDate()}jquery插件$("#datepicker").datepicker({defaultDate:newDate()//还可以是时间字符串,当前日期对应的时间数值});