So i have this within a form field...
DateAdd("ww",2,Date())
which by default sets the date to 10 working days from today, i need to have this set as 12 working Day which is Monday - Friday ... how would i do this
DateAdd("ww",2,Date())
which by default sets the date to 10 working days from today, i need to have this set as 12 working Day which is Monday - Friday ... how would i do this
Last edited: