Hi,
So I have a variable called varAssignedDate and I setting the Now() to this variable if a condition is met.
So I have a Fields as below
So I'm assigning the variable to the default but I'm not getting Hour and Minute field but getting only the Date Value. Is there a way I need to set for them.
DateValue3
HourValue3
MinuteValue3
Solved! Go to Solution.
Hi @indhaa ,
You can use the Hour() and Minute() functions to extract same from a datetime stamp;
Hour(varAssignedDate)
Minute(varAssignedDate)
Hope this helps,
RT
Hi @indhaa ,
You can use the Hour() and Minute() functions to extract same from a datetime stamp;
Hour(varAssignedDate)
Minute(varAssignedDate)
Hope this helps,
RT
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
183 | |
46 | |
46 | |
34 | |
33 |
User | Count |
---|---|
260 | |
87 | |
79 | |
68 | |
67 |