[go-nuts] Re: Scheduling - find the overlap size of two sequential date ranges and determine the actual dates of included in the intersection

2019-06-16 Thread John More
Updated playground code https://play.golang.org/p/qHufIG5ppww On Sunday, June 16, 2019 at 12:48:25 PM UTC-4, John More wrote: > > I have created a program to solve this problem ( > https://play.golang.org/p/BueQBahUUbk) but I am not a pro and do not know > if there is a better way. > > Thanks fo

[go-nuts] Re: Scheduling - find the overlap size of two sequential date ranges and determine the actual dates of included in the intersection

2019-06-17 Thread jake6502
On Sunday, June 16, 2019 at 12:52:54 PM UTC-4, John More wrote: > > Updated playground code > https://play.golang.org/p/qHufIG5ppww > > On Sunday, June 16, 2019 at 12:48:25 PM UTC-4, John More wrote: >> >> I have created a program to solve this problem ( >> https://play.golang.org/p/BueQBahUUbk) bu