source/my/frame/src/frame/data/convert/IntegerTranslator.java
@@ -92,9 +92,9 @@ Integer value = toInteger(object); if (value >= 19500101 && value <= 21000101) { String string = String.valueOf(value); String String = String.valueOf(value); DateFormat dateFormat = new SimpleDateFormat("yyyyMMdd"); return dateFormat.parse(string); return dateFormat.parse(String); } else if (value > (1950 - 1900) * 365 && value < (2100 - 1900) * 365) { Calendar calendar = Calendar.getInstance();