Run »
×
Change Orientation
import java.time.LocalDate; // import the LocalDate class public class Main { public static void main(String[] args) { LocalDate myObj = LocalDate.now(); // Create a date object System.out.println(myObj); // Display the current date } }
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit