Solved

NWC - Get Beginning and End of the week based on Current Date in FORMS

  • 29 May 2021
  • 1 reply
  • 110 views

Hi All,

 

Just checking if there's any way to get start and end date of the week based on the current date on Nintex forms.

 

18014i668A75B7AEED96A1.png

 

Any suggestions or ideas are welcomed.

 

TIA

icon

Best answer by leighburke 31 May 2021, 08:42

View original

1 reply

Userlevel 5
Badge +13

@asharma One method would be using a form variable to work it out. You can use the format date function(https://help.nintex.com/en-US/nwc/Content/Designer/Functions/formatDate.htm) to find out the day of the week, then either add/subtract a number of days from the date based on the day using the ifElse and the dateAdd functions. 

Reply