Hi Is there a way to calculate holidays in JavaScript
The VBA below does that by calculating Easter and then adding or subtracting some days to get to the rest.
I have tried to convert the code to JavaScript - the easter calculation works but the other holidays does not. Is it possible to calculate holidays just by using Easter as a fixpoint, and has anybody tried this in JavaScript before?
The VBA below does that by calculating Easter and then adding or subtracting some days to get to the rest.
I have tried to convert the code to JavaScript - the easter calculation works but the other holidays does not. Is it possible to calculate holidays just by using Easter as a fixpoint, and has anybody tried this in JavaScript before?