将格林威治时间字符串转换为yyyy-MM-dd HH:mm:ss字符串

public static String DateString2formatString(String s) { String str = ""; try { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); SimpleDateFormat sd = new SimpleDateFormat
相关文章
相关标签/搜索