Skip to content

Instantly share code, notes, and snippets.

@petterik
Created February 19, 2012 08:15
Show Gist options
  • Save petterik/1862586 to your computer and use it in GitHub Desktop.
Save petterik/1862586 to your computer and use it in GitHub Desktop.
Current time with Time.java
public class Time {
public static void main(String[] args) {
System.out.println(System.currentTimeMillis());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment