I have two time.. one fetched directly as string(@”21:00″) and other is the current time. I want to display a count down timer showing how much time left from now to reach 21:00.
For eg: the label i use should display “You have 3hrs and 30 minutes left..” if the current time is 17:30.
thanks..
OK have completely revised my answer, and have created a complete solution to the problem, with fully tested sample code available on github.
Enjoy 🙂