Is anybode know how can I change date format?
Now I have :
API> get,c,sessionconfig,r_date_format
...
12/31/1995 24:00:00
Need to change:
31.12.1995 24:00:00
Hi,
As far as I recall, this is controlled by current system settings on your local PC.
If I switch to regional settings (Windows) from norwegian to English US, I do get
Locale: en, dateformat 12/31/1995 12:00:00 AM/PM
Switching back to norwegian returns
Locale: no, dateformat 31.12.1995 24:00:00
You can modify the session_locale in session_config, but you're not allowed to modify r_date_format, of course.
You've also a dfc.date_format in dfc.properties, but I doubt that this is of any help for you?
Regards
Jørg