Initialize Text with current date and update Text with date picker

Actions & Logic

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.

What have you tried so far?

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.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies