Hi All,
Not sure if this has been asked before, but struggling to find direction on what to do.
Is there a way to determine the Language & Region and therefore the Date & Time format used on a mobile device using Powerserver Mobile.
We have an app that needs to be deployed for users within a global organisation that have operations in Europe, Asia, The Middle East & The US.
In certain parts of the App we construct dates from selected Month and Year options, but I need a way to construct the complete date in the correct regional format,
i.e. id_curr_date = date(string(li_day) + '/' +string(li_month) +'/'+ String(year) )
Naturally this format will work in Europe, but US and some other regions expect something like the following;
i.e. date(string(li_month) + '/' +string(li_day) +'/'+ String(year) )
Can Appeon determine the Device settings or do I need to do this some other way?
Thanks in advance
Michael