how to calculate days.

0
hi, a user fills an application for course registration, where he will select start date and there will be a predefined course duration which he cant see, upon submitting the application, end date needs to be dispalyed. can anyone help me in doing this, this is a practice app, so keep the simple as they are and tell me, thank you.
asked
3 answers
1

addDays() function. Or Manual Count Increase based on condition & Merge.

answered
0

Have you tried the `addDays()` function?

https://docs.mendix.com/refguide/add-date-function-calls#6-adddays-utc  

answered
0

Hi,

On registration form you must have set the current date for cource registration. 

In the microflow take the registration parameter an calculate the registartion date + the predefined course duration. and return that object. Use this microflow to show the calculated cource days.

Hope this helps you.

answered