Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula for determining the next Monday after a date

Status
Not open for further replies.

noslo

Programmer
Dec 10, 2001
24
0
0
US
Hello,

I am using CR8. I need to be able to identify the immediate Monday after a date. I have searched the Archives, FAQs & Crystal Care Tech Support.

I am trying to understand how I can use the DayofWeek() function. Is this the best approach? How would I code to show the first Monday after a date?

Thanks for the help.
 
This formula will give you what you need:

{date}-dayofweek({date})+9 Mike

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top