Regards,
I am trying to make the calculation of the sum of the current date + date selected using the formula DateDiff (Now (), DateValue ()).
Can someone help me with this error?
Attached reference image
Thank you!
Solved! Go to Solution.
If you want to get the selection from the date picker, you should use its SelectedDate property:
DateDiff( Now(), DatePicker1.SelectedDate )
Hope this helps!
If you want to get the selection from the date picker, you should use its SelectedDate property:
DateDiff( Now(), DatePicker1.SelectedDate )
Hope this helps!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
71 | |
51 | |
42 | |
30 |
User | Count |
---|---|
268 | |
118 | |
94 | |
90 | |
81 |