1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2024-11-24 09:01:25 +00:00
This commit is contained in:
GeekFrog 2017-07-16 19:32:58 +08:00
parent 7a49606850
commit b45edd914b

View File

@ -20,7 +20,7 @@ public class StrUtil {
public static String dateToString(Date d) {
return DateFormatUtils.format(d, dfs);
}
public static String nowTimeString() {
return DateFormatUtils.format(new Date(), dfs);
}