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?
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?
Create a free account to access the full topic