將格林威治時間字符串轉換爲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
相關文章
相關標籤/搜索