Answers for "how to get the number of seconds since the epoch in java"

2

get epoch time in java

long epochTime=System.currentTimeMillis();
Posted by: Guest on April-15-2021

Code answers related to "how to get the number of seconds since the epoch in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language