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.
「2010-05-04 11:26:46 +0530」という形式の日付の文字列配列があります。配列内の特定の日付が > 今日かどうかを確認するにはどうすればよいですか?
ありがとう
DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss Z"); df.parse(datearray[i]).after(new Date())