I'm making a timer program and I'm wondering if I am supposed to use System.currentTimeMillis() for the elapsed time or somehow use java.util.Calendar to calculate the milliseconds passed, which I don't know how to if I am supposed to? By supposed to I mean it will be simpler to use if I knew how, and I can then use it in other places once I do know how.

