VOOZH about

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

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


  • Courses
  • Tutorials
  • Interview Prep

MonthDay now(Clock) method in Java with Examples

Last Updated : 12 May, 2020
The now(Clock clock) method of the MonthDay class in Java is used to get the current month-day from the specified clock. Syntax:
public static MonthDay now(Clock clock)
Parameters: This method accepts clock as parameter which represents the clock to use. Return value: This method returns the current month-day. Below programs illustrate the now(Clock clock) method of MonthDay in Java: Program 1:
Output:
MonthDay: --05-09
Program 2:
Comment
Article Tags: