Page 1 of 1

Calculate expected delivery date

Posted: November 12th, 2018, 2:12 am
by Socio
Dear all

Is it possible to calculate expected date of delivery?
If yes, what would be the logic.

Q1. Date of interview [yyyymmdd]
Q2. Last month menstrual period [yyyymmdd]
Q3. Number of pregnancy week
Q4. Expected delivery date?

Thank you.

Re: Calculate expected delivery date

Posted: November 12th, 2018, 9:12 am
by Gregory Martin
Take a look at the DateAdd function:

http://www.csprousers.org/help/CSPro/da ... ction.html

You can add a period of time (in days/months/years) to one date to get a final date.

Re: Calculate expected delivery date

Posted: November 12th, 2018, 1:42 pm
by Socio
Thank you Gregory Martin.
Have a good day.