I need to make an ajax request at every 30 minute mark with Javascript.
For the current logged in user I need to retrieve any notifications that have a startdate equal to the current time. When the user creates these notifications they are only allowed to save intervals of 30 minutes. So in the database you will see StartDates like 12/22/2016 08:00:00, 12/22/2016 08:30:00, 12/25/2016 09:00:00, 12/28/2016 09:30:00, etc...
I have moment.js if that will help