I want to find difference between current time and prev time given in milliseconds(unix time).
Example : difference(milliseconds) = (12345...)-(12345...)
now how to convert this milliseconds in to human readable format like 10 secs,40 minutes, 10 hours or 2 days or even H:M:S or DD-MM-YYYY H:M:S etc ?