Days until

Report a typo

We initiate 2 Instant objects as:

val year2000 = Instant.parse("2000-01-01T00:00:00Z")
val now = Clock.System.now()

Which is the correct way to print the number of days since Jan 01, 2000?

Select one option from the list
___

Create a free account to access the full topic