Hello I am trying to figure out how I can update a div when a specified datetime (pulled from the database) is reached with ajax.
So say a user is waiting for a video to play on the schedule when the scheduled time starts the div gets updated and plays the video
the format of the datetime I am working with is
%Y-%m-%d %H:%M:%S
thank you for any advice
*cheers