I have a form that a user uses Date Picker to pick the "Week-Ending" date that they are submitting a report for. I would like to set the default date of the date picker to be whatever Saturday is coming up or if it is Saturday that date. So for example today is 11/30, I would like the date picker to default to Saturday 12/4. If the date were 12/4, I would like the date to remain 12/4. Thanks!
Solved! Go to Solution.
Set your Default date property to:
DateAdd(Today(), 7-Weekday(Today(), Sunday), Days)
I hope this is helpful for you.
Set your Default date property to:
DateAdd(Today(), 7-Weekday(Today(), Sunday), Days)
I hope this is helpful for you.
works great! Thanks
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 |
---|---|
246 | |
122 | |
84 | |
83 | |
67 |