Re: Interpolate dates

2021-08-30 Thread H. S. Teoh via Digitalmars-d-learn
On Mon, Aug 30, 2021 at 12:06:46AM +, Booster via Digitalmars-d-learn wrote: > I have some dates and date-times. I need to interpolate the date-times > from the dates. Try looking at std.datetime perhaps? T -- The diminished 7th chord is the most flexible and fear-instilling chord. Use it

Interpolate dates

2021-08-29 Thread Booster via Digitalmars-d-learn
I have some dates and date-times. I need to interpolate the date-times from the dates. I guess the easy way to do this would be to convert the date and date-times to long usecs and then use that to interpolate? Does D have anything that can do this easily? To be clear, I have list of dates a