Say you have two dates, 2005-01-01 and 2005-01-24. I want to get a list or
array or all the date between and including those two dates.
I want to include this list in a query so I need it in a format like:
'2005-01-01', '2005-01-02',...
Any ideas? thanks
array or all the date between and including those two dates.
I want to include this list in a query so I need it in a format like:
'2005-01-01', '2005-01-02',...
Any ideas? thanks
Comment