Posts by Gerbton • 16 points
1 post
-
0
votes1
answer224
viewsA: Work with hour and minute
If only to not perform after the time do the two-step verification as below: let dateTime = new Date(); if(dateTime.getHours() >= 5 && dateTime.getHours() <= 9){ if(dateTime.getHours()…