Hi guys,
I have a table with 2 date fields in it. a field date1 and date2. I have multiple rows with to dates on each row.
eg:
christmas - 25/12/2016 - 26/12/2016 - everyYearYES ------ 2 days - samer period every year
NewYear - 01/01/2017 - 02/01/2017 - everyYearYES ------ same
Holiday - 02/07/2016 - 02/07/2016 - everyYearNo ------ 1day changes every year
…
I want to send the user a message (and stop adding) when the date he entered is BETWEEN one of the dates on every row. Some value return EVERY year some of them NOT
Some one has some code to do so?