js 取该月的天数
摘要:function getDaysInMonth(year, month) { var temp = new Date(year, month, 0); return temp.getDate(); }
阅读全文
posted @ 2013-12-20 09:55
posted @ 2013-12-20 09:55
posted @ 2013-12-19 16:02