This is easy to describe but hard to encode: My client wants to select a start date and end date and then make a list of all dates in between that occur every 7 days.
Example:Starts: 27-Jan-13Ends: 10-Feb-13
The list would then be {"27-Jan-13", "03-Feb-13", "10-Feb-13"}
Cheers,
John Whitney
Read More
Example:Starts: 27-Jan-13Ends: 10-Feb-13
The list would then be {"27-Jan-13", "03-Feb-13", "10-Feb-13"}
Cheers,
John Whitney
Read More