Posts by Mateus Vasconcelos • 11 points
1 post
-
0
votes2
answers226
viewsQ: How to compare instances of Localtime?
How do I compare two variables of LocalTime in Java? I can’t use the patterns. import java.time.DayOfWeek; import java.time.LocalTime; public abstract class CorrespondenteBancario { private…