I added the Date control to a card but the time portion is not present. I am using the current version of PowerApps.
What should I do to be able to also choose a time? I am using the Web version on a PC if that affects my view.
Thank you,
W.
Solved! Go to Solution.
I also love Michael's solution, and I figured out a solution that seems to work for using am and pm. First, I added a radio button ("AmPmRadio" below) to the Date data card, and then I changed the Update property of this card to "DataCardValue6.SelectedDate + Time(Value(If(AmPmRadio.Selected.Value ="PM", Sum(HourDropdown.Selected.Value,12),HourDropdown.Selected.Value)), Value(MinDropdown.Selected.Value), 0)"
Note: In the If statement for the Value of Hours I originally tried to use DateAdd(HourDropdown.Selected.Value,12,Hours) but that didn't work, so I settled on Sum(HourDropdown,12)
Date and Time picker control is now available in Power App 👍
If you're looking for much better date and time picker component. Check out the below link:
http://themicroconsulting.com/powerapps-custom-calendar-component-with-time-picker/
hello i was wondering if there is a datetime picker looking like this one. Thanks
User | Count |
---|---|
126 | |
87 | |
85 | |
75 | |
69 |
User | Count |
---|---|
215 | |
180 | |
139 | |
99 | |
83 |