I want to calculate the number of minutes from the TimeStamp. How to do that? for exmple
I have a TimeStamp value as 13/11/10 1:01 PM. I need to get that in minutes since the current time?
Hope I am clear THanks
|
I want to calculate the number of minutes from the TimeStamp. How to do that? for exmple I have a TimeStamp value as 13/11/10 1:01 PM. I need to get that in minutes since the current time? Hope I am clear THanks |
|||
|
|
|
Assuming the value is in
Assuming the value is in |
||||
|
|
|
You can use |
|||
|
|
|
Note that for testability, I personally wouldn't use EDIT: I've assumed you've already got a parsed value. If you haven't, and only have a string, you'll need to parse it first. I'd personally recommend Joda Time as a rather better date and time API than the built-in stuff, unless you have a particular reason not to use it. |
||||
|
|