So being the newbie, I have looked through Stackoverflow regarding this question and haven't found an example similar to what I am looking for. Many of the examples care about leap year/seconds. I don't. I just need a number between 0 and 90. I am not concerned about half days and so forth. Example: 1 Jan 2012@2359 - 2 Jan 2012@0001 = one full day in my counter.
What I need is to set a date and as time goes on, have a count down showing 'originalDate + 90 - Today's date'. Once 'originalDate + 90 - Today's date' = 0, just show 0 from then on.
How do I do that?
Thanks.