Hello Everyone,
Has anyone done any method to calculate business days (no weekends) between two dates with time consideration too?If yes, can you help me?
Sincerely,
Nishant
Hi Nishant,
I haven't done any work on it... but the platform does have date manipulation functions, and the algorithm is fairly straightforward if you don't have to take into account holidays... I came across this sample implementation in Transact-SQL and C# with a quick search online.