Posts

Showing posts with the label calendar

How to get difference between two string dates

Image
Clash Royale CLAN TAG #URR8PPP How to get difference between two string dates There are two dates which are in string formats. String date1 = Thu Jul 26 13:45:49 IST 2018 String date2 = Wed Feb 26 17:31:27 IST 2016 How to get difference between these two dates? Possible duplicate of Calculating the difference between two Java date instances – Draken 9 mins ago @Draken Actually, that link says what to do when you already have some sort of date object representation. I'd be curious to see an answer which does the parsing the Java 8 way. – Tim Biegeleisen 7 mins ago Possible duplicate of compare dates in String format – LuCio 6 mi...