[求助]格式化
如何对日期对象进行格式化,以得到自己想要的格式化的字符串
SimpleDateFormat formater=(SimpleDateFormat)SimpleDateFormat.getInstance();
formater.applyPattern("yyyy-MM-dd hh:mm:ss");
Date date=new Date();
String strdate=formater.format(date);
System.out.println("现在日期:"+strdate);
zhe yang jiu mei wen ti le,
dan shi time is not right if now time is 20:21:10
then result show is 08:21:10
wo gai zen mo xie de dao 20:21