سؤال

I am using SharePoint 2010 Workflow. I need to calculate Next Monday from today. I dont seem to see any ootb option that would let me determine the date for next Monday. Workflow takes .net Regex so I am not sure if this would be right method to determine next Monday. How would you determine next Monday?

هل كانت مفيدة؟

المحلول

Add a column and used following formula. Seemed to did the trick.

=[Today] + (6 - MOD(WEEKDAY([Today]),7)) + 7

However, follow the link below because [Today] in the formula gives error. http://abstractspaces.wordpress.com/2008/05/19/use-today-and-me-in-calculated-column

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top