Examples are as follows:
//Judge whether the time has expiredfunction judgeTime(time){ var strtime = ("/-/g", "/");//Time conversion//timevar date1=new Date(strtime); //The current timevar date2=new Date(); //Judge whether the time has expiredreturn date1<date2?true:false; }
The above example of JS judging the incoming time and current time size (super simple) is all the content I share with you. I hope you can give you a reference and I hope you can support me more.