Hi all
I'm trying to get a set of dates (array) when a user selects a Start Date, End Date and the week Days (Mon-Sun).
So to understand me better:
Start day: 01/05/2004 (ie: Sat 5th May 2004)
End Day : 15/05/2004 (ie: Sat 15the May 2004)
Days Selected = "Mon and Wed"
Output: (the array should contain)
03/05/2004 (Monday)
05/05/2004 (Wed)
10/05/2004 (Monday)
12/05/2004 (Wed)
Can you help me contruct a function for this!?
Thanks
Ncik
I'm trying to get a set of dates (array) when a user selects a Start Date, End Date and the week Days (Mon-Sun).
So to understand me better:
Start day: 01/05/2004 (ie: Sat 5th May 2004)
End Day : 15/05/2004 (ie: Sat 15the May 2004)
Days Selected = "Mon and Wed"
Output: (the array should contain)
03/05/2004 (Monday)
05/05/2004 (Wed)
10/05/2004 (Monday)
12/05/2004 (Wed)
Can you help me contruct a function for this!?
Thanks
Ncik