Determining the Sunday date of the third "full" weekend of a month

B

Bob

Hi Bernd,

Sorry, I should have been more specific in my comment. While I am aware
that dates are just integers, I still do not understand how the FLOOR's
"Significance" parameter works when used with dates. Can you elaborate?

Thanks,
Bob
 
B

Bernd P

Hello Bob,

FLOOR(x,7) rounds x down to the next number divisible by 7. For non-
negative numbers it is the same as x-MOD(x,7). I just use it as a
short cut.

Regards,
Bernd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top