The following code will return the date of the first specified day of a month.
Example:
To find the first Monday in May
FrstDay("May 2003",2) = 05/05/2003
To find first Monday of current month
FrstDay(Date(),2)
Adding 7 to the result will give second Monday, 14 will give third, etc...