In PHP, you can do this:
date_diff(date_create('2013-01-27 22:14:44 UTC'), date_create(date('Y-m-d H:i:s e')))->format('%y year(s), %m month(s), %d day(s), %H hour(s), %i minute(s) and %s second(s)')
to get the amount of years, days, months and so on since a date instead of just one of those. Is there a way to do this in c# too? Sorry for the short question