@@ -46,7 +46,7 @@ public class ToolsUtils {
}
public static String[] getDefaultTimeFormatString(int timeFormat) {
- String ret = timeFormat >= 1 ? "13:30;" : "01:30;AM";
+ String ret = timeFormat >= 1 ? "13:30; " : "01:30;PM";
return ret.split(";");