I want a user to be able to select a date (which is stored in a Text).
The inital value of Text should be the Current date.
The user can select a date (via date picker widget) and the value of Text shall be replaced with the selected date.
I want a user to be able to select a date (which is stored in a Text).
The inital value of Text should be the Current date.
The user can select a date (via date picker widget) and the value of Text shall be replaced with the selected date.
I have to decide - either I can set the value of a text from global parameters->current date or from the date picker value. I can set an initial value but this is hardcoded in the Text.