派生自 frame
source/my/frame/src/frame/data/Variant.java @@ -205,7 +205,7 @@ if (DataType.Date == type) { String result = value.toString(); if (result.length() > 15) { return result.substring(0, 16); return result.subString(0, 16); } }