日期转换为####年##月##日 ##时##分##秒格式

 SimpleDateFormat sdf =   new SimpleDateFormat(" yyyy年MM月dd日 HH时mm分ss秒 ");

//SimpleDateFormat sdf =   new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
info.getInputdatetime()    是日期格式

    String curr_date = sdf.format(info.getInputdatetime()); 

你可能感兴趣的:(Date,String)