關於JS獲取某月最後一天

發現網上用js獲取某月最後一個的方式大多比較複雜,上個簡單的:spa

new Date(2013,4).toJSON().substring(0,10)orm

new Date(2013,4,0).toLocaleFormat('%Y-%m-%d')get

顯示"2013-04-30"string

year+'-'+month+'-'+new Date(year,month,0).getDate();//獲取當月最後一天日期 class

 

 

OK。兼容性

另外,前兩種方法貌似IE上兼容性有問題,本身看着用吧object

相關文章
相關標籤/搜索