Hi,
I'm trying to create Leave request in power apps. To show how many date selected between start date to end date, I'm using DateDiff function but it's doesn't work, any suggestion ?
Solved! Go to Solution.
Hi @MIGHSKI
You are not selecting the correct component. You were selected the parent of the component.
Your code should look like :
DateDiff(DataCardValue1.SelectedDate,DataCardValue2.SelectedDate,Days)
You Should replace DatacardValue1 & DatacardValue2 with your component names.
you can get the names simply by click on the date picker's
Hi @MIGHSKI
You are not selecting the correct component. You were selected the parent of the component.
Your code should look like :
DateDiff(DataCardValue1.SelectedDate,DataCardValue2.SelectedDate,Days)
You Should replace DatacardValue1 & DatacardValue2 with your component names.
you can get the names simply by click on the date picker's
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
257 | |
158 | |
85 | |
79 | |
58 |