Using NSDate for the time and/or date!

So, you want to either do some calculations using dates or you just want to break up the time into hours, minutes and seconds.??
This is easy to do, using the built-in NSDate class within Xcode. Prior to the 2.2.1 iPhone update, I used a different method, but this was ‘broken’ by the update, as once [...]