Howdy,
I have a table in a MySQL database that has a DateTime value called TimeToSend.
I need to query the database, and return all results where TimeToSend is within (plus or minus) 15 minutes of the current time.
I'm not very good at MySQL, so if someone could give me an example on how to do this I would really appreciate it 🙂
Thankyou! 😃