Posts by Marcelo Caser • 1 point
1 post
-
0
votes3
answers5107
viewsA: Working days and Java 8 API, how to check?
In my case I have a table of holidays and with it I used the routines below: private LocalDate calculaDia(LocalDate data, int diaMesSemanaAno, boolean trataFinalDeSemana, boolean trataFeriado) { int…