Jquery – Compare string with day and month of date
Using JavaScript, I need to add a class to a HTML element depending on the current day and month. To do this, I would like to compare the data-date of the elements ("09-20", "09-21", ...) with the day and month…