Posts by Rodrigo Borba • 11 points
1 post
-
1
votes1
answer711
viewsQ: Working with date: print all dates in a given range
I am struggling with simple implementation. I need to receive the amount of days, excluding Saturdays and Sundays, from a certain date range. I tried using Calendar because I can set the day(date),…