So I am trying to make a unique ID out of a date and need to conviert it to a number ideally in the format yyymmdd.
I can get the date picker to display this way but when I try to put it in a label it converts it back to dd/mm/yyyy.
When I try:
Text(FromDate,"yyyymmdd")
Powerapps still displays it dd/mm/yyyy and converts the code to:
Text(FromDate,"[$-en-US]yyyymmdd")
Not sure why this is happening.
Can anyone help me out?
Cheers,