|
-
Oct 26th, 2005, 02:55 PM
#1
Thread Starter
Addicted Member
Function to return an array of dates...
Hi,
I need a function that'll return an array containing all dates between a range of dates sent as parameters. For example:
$array() = function('20/10/2005','31/01/2005');
echo $array(0) would result: 20/10/2005
echo $array(1) would be 21/10/2005
echo $array(2) would be 22/10/2005, etc.
is it possible?
Last edited by _Yoyo; Oct 26th, 2005 at 03:05 PM.
The biggest man you ever did see was once just a baby.
Bob Marley
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|