Ok, I have DateTime.Now and SomeFutureDate - if I quickly wish to display the difference between now and future as days/hours/months/seconds - is there a quick way to do that I overlooked?
For a brief moment i thought perhaps i could subtract the future long with the current long and do datetime routines on them, but that ended up total nonsense
For a brief moment i thought perhaps i could subtract the future long with the current long and do datetime routines on them, but that ended up total nonsense