[snip]
Let's see if you can help me with this odd function i want to do.

Imagine i have to dates,for example:

$date1="2002-10-01" 
$date2= "2003-12-10"

I want a function to list all the dates that are between these two. 

"2002-10-01" 
"2002-10-02" 
"2002-10-03" 
.....
.....
"2003-12-09"
"2003-12-10"

Has anyone done something like this before.
[/snip]

Yes. And they have all used http://www.php.net/strtotime.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to