
Roman Sydorchuk
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 1
Comments
Recent activity by Roman Sydorchuk-
Just small update if someone needs: var start = @Date of request;var end = @Date of visit;var dur = moment(end).diff(start,"d")var count = 0;for(var i = 0; i < dur; i++){day = moment(start).add(i,"...
-
Dear Rainer, Thank you a lot, it works great with me! Is your elaborated code (for multiple countries/regions) publicly available in the site (here)? Roman
-
I've found that code of Mr Rainer doesn't work correctly as well, it changes Weekend on one day back every week, perhaps I do something wrong...
-
thank you Felix but it doesn't work with me I tried before... so I confused :( just for example if you choose Start date Saturday and End date Sunday it calculates duration in 0 days which is inco...
-
Hi guys I would like to do small modification in code - We have 6 working days from Saturday till Thursday and one day off is Friday. Can you just explain me where in the above code I have to chang...