SkyBlockcatia

SkyBlockcatia

225k Downloads

Add option for 24 hours time format

jkroepke opened this issue ยท 1 comments

commented

Hi,

please add an option to support 24 hour time format (e.g in render info) instead the 12 hour AM/PM time format.

For example in Germany we have the 24 hour time format but we often prefer an english game language.

Looking at the code, the locale date format is used.

String dateFormat = DateFormat.getDateInstance(DateFormat.MEDIUM, isThai ? new Locale("th", "TH") : Locale.getDefault()).format(date);
String timeFormat = DateFormat.getTimeInstance(DateFormat.MEDIUM, isThai ? new Locale("th", "TH") : Locale.getDefault()).format(date);

Maybe it possible to define a custom date format (using the date/time letters) inside the options would be the best.

Thanks.

Great mod btw!

commented

Fixed in 1.0.9