This function which will help you to get number of working days between two date excluding the weekends.
This will help other to get logic between two working date.This is very helpful as you need to pass only two
parameter From date and To date.
For example, we need to check working days between 04-Sep-21 and 13-Sep-21 . This function will return 5 days.
Documentation Docx:get-working-days-between-two-date-escape-the-saturday-and-sunday
Recent Posts