赞
踩
- function isToday(str) {
- if (new Date(str).toDateString() === new Date().toDateString()) {
- return true;
- } else if (new Date(str) < new Date()) {
- return false;
- }
- }
-
-
- isToday(1629795724000)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。