I want to be able to display the dates inbetween and including the from and to dates given.
[So]...
From: 13/04/2002 To: 17/04/2002...
[This will result in]...
13/04/2002
14/04/2002
15/04/2002
16/04/2002
17/04/2002
I then need each date to be piped into an array so that it can be used later...
Any ideas or suggestions appreciated.
[So]...
From: 13/04/2002 To: 17/04/2002...
[This will result in]...
13/04/2002
14/04/2002
15/04/2002
16/04/2002
17/04/2002
I then need each date to be piped into an array so that it can be used later...
Any ideas or suggestions appreciated.