How to use date parameters in label

0
I have a form with 2 dates and one label below those. So format should be:   Date 1: YYYY/DD/MM Date 2: YYYY/DD/MM Label: The start date is {Date 1} and end date is {Date 2}   How can i get the elected dates in the label?
asked
2 answers
0

You can create a dynamic label using parameters. Just click edit button to edit label and it will have options of adding parameters which can later be used in label text as {1} {2}
I am not sure if it was in previous Mendix releases but I have been using it since 9.5.0

answered
0

Hi Pragya Pandey,

For this take one text widget from the toolbox, and add 2 parameters i.e Date 1 and Date 2. I’ve attached one ex. below.

 

Hope this helps you.

answered