<div class="col-12 first-div">
</div>
<div class="col-12 second-div">
</div>
How do I set up to change the class on a FIRST DIV at a specific time, with jQuery or javascript .
I want the FIRST DIV to be visible until a certain date and time, then for it to become a DISPLAY:NONE and for the SECOND DIV to become visible at that time, and to restart the page once.