i need to know tomorrows end date time in milliseconds. to get current datetime in miliseconds we use
long dateTimestamp = System.currentTimeMillis(); // 12/6/2014 7.50 PM
if today date is 12/6/2014 7:50 PM and Tomorrow date is 13/6/2014 and it ends on 11:59 PM. i need this in milliseconds.