Dear All Precious programmer,
I have a problem in trying to get a list of a date including days in a table start from first day of the month to the last day of the month.
This date should not include the satuday and sunday.
and I should be able to pick up those date for query match.
for example the output should be:
-----------------------------------July---------------------------------
1 2 3 4 5 6 7 8 9 10 11 12........................29 30 31
Thur Fri Mon Tue Wed Thur Fri Mon Fri
Any help would be appreciated.
I thank you very much.