Skip to main content
added 18 characters in body
Source Link
Anubian Noob
  • 13.6k
  • 6
  • 55
  • 76

To get the current time in milliseconds (since the epoch), use System.currentTimeMillis().

To get the current time in milliseconds, use System.currentTimeMillis().

To get the current time in milliseconds (since the epoch), use System.currentTimeMillis().

added 4 characters in body
Source Link
user692168
user692168

To get the current time in milliseconds, use System.getTimeMilliscurrentTimeMillis().

To get the current time in milliseconds, use System.getTimeMillis().

To get the current time in milliseconds, use System.currentTimeMillis().

Source Link
Anubian Noob
  • 13.6k
  • 6
  • 55
  • 76

To get the current time in milliseconds, use System.getTimeMillis().