I have two dates
2016-06-22 , 2016-07-11
I need to print the date in numbers for example,
22,23,24,25,26,27,28,29,30,1,2,.....11
if the month is july to august it should print
22,23,24,25,26,27,28,29,30,31,1,2,.....11
according to month wise also in PHP.
Thank you.