The Period subtractFrom() method

Report a typo

What is the result of the subtractFrom() operation?

    Period period  = Period.of(1, 1, 1);
    System.out.println(period.subtractFrom(LocalDate.of(2000, 2, 22)));
Enter a short text
___

Create a free account to access the full topic