I have a timestamp object and need to get the milliseconds from it, can someone help me with an example code snippet ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use Timestamp.getTime()
Example:
|
|||||
|
|
You can just call Note that using just milliseconds is slightly odd for a |
|||
|
|
|
From the Java Docu (link):
|
|||
|
|
|
I guess this will give the output you want.
|
|||
|
|