cheez_RPA
(いわさき りょうすけ (UiPath Japan MVP 2019 - 2021))
1
I’m trying to create test app for applicating vacations.
I want to add date time picker and set validation that input date must be newer than tomorrow.
Is there any way to calculate date or time in apps?
If so, let us show how to do it.
Yes you can add Date Time picker and set validation to it as well.
For this you will have to install following package:
UiPath.Form.Activities.FormActivity
After that use Create Form Activity, from this activity you can create your own form, and can include date time picker and set validation to it as well.