Set date to tomorrow 17:00 hrs.

0
After selection of a record, the Date-Planned has to be set to 'tomorrow, 17:00 hrs'. How?
asked
2 answers
4

Sure, have a look at the date creation page at https://world.mendix.com/display/refguide4/Date+creation and additional helpful methods at https://world.mendix.com/display/refguide4/Parse+and+format+date+function+calls

answered
2

Or set date with addHours([%BeginOfCurrentDay%],41)

41 = 24 + 17

answered