1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-25 07:32:46 +00:00

Force 24h times

This commit is contained in:
M66B 2016-01-08 12:24:43 +01:00
parent ec60f54f1f
commit cc7acb9a3a

View file

@ -80,8 +80,7 @@ public class LogAdapter extends CursorAdapter {
} }
// Set values // Set values
tvTime.setText(new SimpleDateFormat("dd").format(time) + " " + tvTime.setText(new SimpleDateFormat("dd HH:mm:ss").format(time));
SimpleDateFormat.getTimeInstance(SimpleDateFormat.MEDIUM).format(time));
tvIP.setText(whois); tvIP.setText(whois);