Languages
[Edit]
EN

Java - get milliseconds from date time in string

8 points
Created by:
Broncono
466

In java we can get milliseconds with following methods:

Edit
  • Date class - getTime() method
  • Instant class - toEpochMilli() method
  • Calendar class - getTimeInMillis() method

1. Get milliseconds with Date

Edit

Output:

2. Get milliseconds with Instant (Java 8)

Edit

Output:

3. Get milliseconds with Calendar

Edit

Output:

References

Edit
  1. Date - Java docs
  2. Instant - Java docs
  3. Calendar - Java docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join