Re: Using dates to get days count

2017-09-28 Thread Joel via Digitalmars-d-learn
On Friday, 29 September 2017 at 06:32:19 UTC, rikki cattermole wrote: On 29/09/2017 7:29 AM, Joel wrote: How do I count the days between to dates? https://dlang.org/phobos/std_datetime_date.html#.Date.opBinary.2 https://dlang.org/phobos/core_time.html#.Duration.total Thanks rikki. I did know

Re: Using dates to get days count

2017-09-28 Thread rikki cattermole via Digitalmars-d-learn
On 29/09/2017 7:29 AM, Joel wrote: How do I count the days between to dates? https://dlang.org/phobos/std_datetime_date.html#.Date.opBinary.2 https://dlang.org/phobos/core_time.html#.Duration.total

Using dates to get days count

2017-09-28 Thread Joel via Digitalmars-d-learn
How do I count the days between to dates?