mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-11-25 11:36:04 +00:00
fix
This commit is contained in:
@@ -20,7 +20,7 @@ public class StrUtil {
|
|||||||
public static String dateToString(Date d) {
|
public static String dateToString(Date d) {
|
||||||
return DateFormatUtils.format(d, dfs);
|
return DateFormatUtils.format(d, dfs);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String nowTimeString() {
|
public static String nowTimeString() {
|
||||||
return DateFormatUtils.format(new Date(), dfs);
|
return DateFormatUtils.format(new Date(), dfs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user