简体   繁体   中英

Delphi XE7 Firemonkey: How to get locale dateformat set in device?

I'm writing a mobile application for both iOS and Android and need to get the locale dateformat set in the device to display the date correct in tables and graphs. How to get that format information? I have searched both on google and within SO, without finding anything.

Any help would be appreciated.

/Lars

FormatSettings.ShortDateFormat; and FormatSettings.LongDateFormat;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM