java 字符串yyyyMMdd格式化爲yyyy-MM-dd日期格式

/** *將字符串格式yyyyMMdd的字符串轉爲日期,格式"yyyy-MM-dd" * * @param date 日期字符串 * @return 返回格式化的日期 * @throws ParseException 分析時意外地出現了錯誤異常 */ public static String strToDateFormat(String date) throws ParseException {
相關文章
相關標籤/搜索