new Date(2018,1,1).getDay()===new Date('2018-1-1').getDay()
创建日期:
============1-》以字符串为参数============
-------------------《获取天》---------------------
new Date('2018-08-25').getDay()//6 new Date('2018-08-26').getDay()//0
一周以周日为第一天,周六为最后一天,且起始为0,结束为6
-------------------《获取月》---------------------
new Date('2018-12-26').getMonth()//11 new Date('2018-01-26').getMonth()//0
一年以1月为第一个月,12月为最后一个月,且起始为0,结束为11
==================2=》数字为参数=========
-------------------《获取天》---------------------
-------------------???????????-----------
new Date(2018,8,25).getDay()//2 new Date(2018,8,26).getDay()//3 new Date(2018,8,22).getDay()//6 new Date(2018,8,23).getDay()//0 new Date(2018,8,31).getDay()//1 new Date(2018,9,1).getDay()//1
-------------------《获取月》---------------------
new Date(2018,12,1).getMonth()//0 new Date(2018,11,1).getMonth()//11
一年以12月为第一个月,11月为最后一个月,且起始为0,结束为11
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦