Show div based on getDay and getHours + getMinutes
- by Peta Reardon
I am building a website for a radio station and want to show which presenter is currently on air. I have built a web app that contains data on the presenter: name, photo, bio and start/end times for each weekday.
<div id="presenter1">
<div class="slot">
<div id="sunday-off"> - </div>
<div…