G
Guest
I have to make a list of every weekend days between two dates.
Example (dd/mm/yyyy):
Field1: 01/01/2007
Field2: 15/01/2007
The result (on a listbox) I want are all the weekend days between those dates:
06/01/2007
07/01/2007
13/01/2007
14/01/2007
Any help?
Example (dd/mm/yyyy):
Field1: 01/01/2007
Field2: 15/01/2007
The result (on a listbox) I want are all the weekend days between those dates:
06/01/2007
07/01/2007
13/01/2007
14/01/2007
Any help?