Is it possible to know the xojo server settings about date format (country)
and then is it possible to change it
my problem , i work (my picker) with french format date (dd/mm/yyyy) and the server use (mm/dd/yyyy)
thank for help
Is it possible to know the xojo server settings about date format (country)
and then is it possible to change it
my problem , i work (my picker) with french format date (dd/mm/yyyy) and the server use (mm/dd/yyyy)
thank for help
In MBS Plugin we have functions to query locale settings for different languages:
http://www.monkeybreadsoftware.net/pluginpart-locale.shtml
[quote=112462:@Patrick BEDOS]my problem , i work (my picker) with french format date (dd/mm/yyyy) and the server use (mm/dd/yyyy)
[/quote]
The server is most probably in US-EN format, and you cannot change that.
The best way is to convert, using simple string manipulation like Mid().