mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-05 09:57:19 +00:00
fix
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user