Hi,
I need to display all the calendar dates between 2 given dates.
Example if the MIN Date is 1st march and Max Date is 22nd March
I want all the dates from 1 through 22 to be displayed.
How can i get this done?.
and all in between
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
A simple loop that iterates days from the starting point until the end. This will often use strtotime() and of course date()