Question
2
Replies
2019
Views
Posted: March 8, 2018
Last activity: March 8, 2018
Closed
Start date and End date Difference
Start date should be initialized to 2 days from the current date and time should be 11 AM , End date should be automatically populated after 4 days of selected start date (start should be dynamic + Initialized to 2 days) , please help me
Param.StartDate = @addToDate(@CurrentDateTime(),2,0,0,0)
Param.StartDate = @whatComesBeforeFirst(Param.StartDate,'T')
Param.StartDate = Param.StartDate+"T110000.000 GMT"
Param.EndDate = @addToDate(Param.StartDate,4,0,0,0)