how to convert Unix epoch time to Java Date (Java in General forum at JavaRanch)
Hi I have Unix epoch time i.e.,"1187813802", but when i try to convert into to Java Date as below.. SimpleDateFormat formatter = new SimpleDateForma ... Date takes a Long argument as a usable timestamp. That Long value is the number of *milliseconds* sinc...