Forum: Pascal and Delphi Feb 28th, 2009 |
| Replies: 3 Views: 1,604 Thank you for your sugestions, but I`ve choosed another solution:
GetLocaleStr(GetThreadLocale(), LOCALE_STIMEFORMAT, '');
This returns "hh mm ss" or whatever the string timeformat from... |
Forum: Pascal and Delphi Feb 27th, 2009 |
| Replies: 3 Views: 1,604 Hi,
Does anybody know how can I return the time format from the system regional settings ?
I need something like "hh mm ss" returned ( or whatever the current system time format is) to pass it as... |