I am trying to set parameters so that if the user selects any day from the list i.e. "Tuesday" or "Wednesday" then the start date parameter will be the day before @ a certain time. For example if the user selects "Tuesday" then I want the start date to be the day before @ 06:00 (i.e. Monday 06:00am). What is the correct formula to specify a particular date and a specific time?
I thought something like
DateTime((Current Date-1),6,0,0) however this is not working!
I thought something like
DateTime((Current Date-1),6,0,0) however this is not working!