You need to sign in to do that
Don't have an account?

how to calculate the leave taken which exclude weekends and public holidays
I have a Custom object Leave Application ,in that start date and end date are there and also the field leave_taken__c is there how to calculate the no.of leave taken between the two dates and which exclude the weekends and public holidays.
You could enhance this to determine your working days using the BusinessHours object if you wanted to.