VOOZH about

URL: https://www.geeksforgeeks.org/java/monthday-now-method-in-java-with-examples/

⇱ MonthDay now() method in Java with Examples - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

MonthDay now() method in Java with Examples

Last Updated : 12 May, 2020
The now() method of the MonthDay class in Java is used to get the current month-day from the system clock in the default time-zone. Syntax:
public static MonthDay now()
Parameters: This method does not accept any parameter. Return value: This method returns the current month-day using the system clock and default time-zone. Below programs illustrate the now() method of MonthDay in Java: Program 1:
Output:
MonthDay: --05-09
Program 2:
Comment
Article Tags: