function isWeekEnd(date){
if( "天一二三四五六".charAt(new Date(date).getDay())=="天" ) return true;
if( "天一二三四五六".charAt(new Date(date).getDay())=="六" ) return true;
}
isweekEnd("2018-11-11")
【function-date】- 判断当前日期是否为周末
最新推荐文章于 2024-01-17 17:23:30 发布
关键词由CSDN通过智能技术生成