fork download
  1. import java.util.*;
  2. import java.text.*;
  3.  
  4. class Program {
  5. public static void main (String[] args) {
  6. System.out.println(new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").format(Calendar.getInstance().getTime()));
  7. }
  8. }
  9.  
  10. //https://pt.stackoverflow.com/q/49227/101
Success #stdin #stdout 0.07s 2184192KB
stdin
Standard input is empty
stdout
03-07-2019 12:11:30