I currently have two Calendar instances that are set to specific dates and times, they are:
Fri 14th March 2015 - 09:00:00 GMT
Mon 17th March 2015 - 10:30:15 GMT
What i'd like is a way to get the difference in days, hours, minutes and seconds, in a Day:HH:MM:SS format. Note the dates can be in different timezones. So in this example, the answer should be:
3:1:30:15
Any idea how I can achieve this?