Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のコードは、日付の解析中に例外をスローしています。
DateFormat df = new SimpleDateFormat("yyyyMMdd-HHmmss"); String timestamp = "20131113-210429"; String suffix; try { suffix = df.format(timestamp); }
許容される日付形式のリストはどこで入手できますか?