Hello People,
I want to total number of days from two dates. but there is one condition to count total number of day but excluded(ignore) specific day ?
Like
I have below dates
start date: 01/01/2015
end date: 31/03/2015
Here I want total number of days between start date and end date, but not including " Tuesday " in total number of days.
Thanks in Advance.