Hi guys
I am trying to create a PowerApp Events registration that looks alot like the new modern Events webpart from SPO. My question is, is there any way to split the dateformat from 4/11/2019 2:00 AM to something like the below image. So the date is displayed in a frinedly manner in the box above, and in a more detaild format in the second line.
Solved! Go to Solution.
Manged to solve it by using following format,
Text(ThisItem.'Start Time', "[$-en-US]mmm dd")
And to split it, I created two labels, FriendlyMonth and FriendlyDate and used Text(ThisItem.'Start Time', "[$-en-US]mmm") and Text(ThisItem.'Start Time', "[$-en-US]dd").
Manged to solve it by using following format,
Text(ThisItem.'Start Time', "[$-en-US]mmm dd")
And to split it, I created two labels, FriendlyMonth and FriendlyDate and used Text(ThisItem.'Start Time', "[$-en-US]mmm") and Text(ThisItem.'Start Time', "[$-en-US]dd").
User | Count |
---|---|
140 | |
132 | |
79 | |
75 | |
74 |
User | Count |
---|---|
210 | |
197 | |
70 | |
63 | |
55 |