I have a date format as
31-07-2015 11:00:50
I want to convert it in hours and minutes left from now.ie
10h:21m
I tried quite a few objects like SimpleFormat,Calendar or Date,but didn't get anywhere. The format I am using is.
dd-MM-yyyy HH:mm:ss
Any advice?