I have check-in column and check-out column in my mysql table. I am posting this dates with UI-Datepicker.
eg: I am trying to block the dates in the datepicker. I have dates like this in database
check in = 2015-06-15
check out = 2015-06-20
Now i want to get dates like this
2015-06-15, 2015-06-16, 2015-06-17, 2015-06-18, 2015-06-19, 2015-06-20
How to get dates like above I mentioned. So please help me and resolve my problem.