Is it somehow possible to e.g. on Page Loaded to change the text of a TextEditbox to {Current_Day} + 10 days?
1 answer
Yes it is possible to do this with a trick 🙂
You can use an invisible Calendar element to do this convertion. You can set the calendar date in this way:
Then you can take the correct date info from the Calendar property.
This question is now closed