I have a variable containing the days since the epoch reference date of 1970-01-01 for a certain date.
1970-01-01
Does someone know the way to convert this variabl
Calendar cal = new GregorianCalendar(); cal.setTimeInMillis(0); cal.add(Calendar.DAY_OF_MONTH, daysSinceEpoch);