update
This commit is contained in:
@@ -701,6 +701,14 @@ public class DateUtils extends PropertyEditorSupport {
|
||||
return null;
|
||||
}
|
||||
|
||||
public static Date parseDatetimeShort(String str) {
|
||||
try {
|
||||
return time_sdf.get().parse(str);
|
||||
} catch (Exception e) {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 判断两个时间是否是同一天
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user