Results 1 to 3 of 3

Thread: Function to return an array of dates...

Threaded View

  1. #1

    Thread Starter
    Addicted Member _Yoyo's Avatar
    Join Date
    Apr 2001
    Location
    Dominican Republic
    Posts
    187

    Unhappy 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
  •  



Click Here to Expand Forum to Full Width