G
Gary Keramidas
can someone explain what i am seeing?
this expression returns 4
DatePart("w", DateSerial(2009, 1, 1), vbMonday, vbFirstFullWeek)
the 1st is on thursday and the first monday is the 5th, which is 4 days later.
but this expression returns 6, which doesn't make sense to me. i would think it
would return 3
DatePart("w", DateSerial(2010, 1, 1), vbMonday, vbFirstFullWeek)
so, i guess i'm missing something.
this expression returns 4
DatePart("w", DateSerial(2009, 1, 1), vbMonday, vbFirstFullWeek)
the 1st is on thursday and the first monday is the 5th, which is 4 days later.
but this expression returns 6, which doesn't make sense to me. i would think it
would return 3
DatePart("w", DateSerial(2010, 1, 1), vbMonday, vbFirstFullWeek)
so, i guess i'm missing something.