修改
This commit is contained in:
@@ -167,7 +167,7 @@ public class BalanceConsumer {
|
||||
|
||||
|
||||
public static String convertDate(Date date){
|
||||
SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年MM月dd号 HH:mm:ss");
|
||||
SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年MM月dd日 HH:mm:ss");
|
||||
return sdf4.format(new Date());
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user