Hi,
I have a Patch that writes the following to my excel workbook...
'Requested On':DateTimeValue(Now(),"en"),
'Due Back By':DateValue(Now()+20,"en")
I'm in the UK so am looking for dd/mm/yyyy format.
When using the app through my browser, it works fine however when I use through the app on my iphone, the dates get mixed up.
The first row below is via my browser. The second row should have the same dates as the first row, but as you can see, they 're different.
As I can't control the settings on the users' phones, is there something I can do to resolve this?
Thanks.
Solved! Go to Solution.
Hi @hoppo123
I recommend 2 things
Text(Now(),"dd/mm/yyyy")
Thanks,
Stalin - Learn To Illuminate
Hi @hoppo123
I recommend 2 things
Text(Now(),"dd/mm/yyyy")
Thanks,
Stalin - Learn To Illuminate
Hi, thank you for your reply. I did as you suggest but I get an error, as below. It says Found Type 'Error; Any ideas why that would be? I've also pasted the excel formatting used.
Hi @hoppo123
DateValue(Text(Now(),"dd/mm/yyyy"))
Text(Now(),"dd/mm/yyyy")
Hi,
Your original solution worked. i.e. setting the excel column format to General and using...
Text(Now()+20,"dd/mm/yyyy")
It didn't appear to work originally as I type TEXT rather than Text in the function name, and the error was not particularly helpful.
Thanks for your help.
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 |
---|---|
187 | |
53 | |
41 | |
37 | |
31 |
User | Count |
---|---|
250 | |
75 | |
71 | |
68 | |
65 |