mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2024-11-28 03:48:48 +00:00
fix
This commit is contained in:
parent
7a49606850
commit
b45edd914b
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user