This commit is contained in:
parent
13fedb841b
commit
d13d16238e
|
|
@ -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());
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue