Popular Help Content
No popular content.Page History
...
- Age in years: int((today() - date(#form//dob)) div 365.25)
- Age in months: int((today() - date(#form//dob)) div 30.4)
- Age in weeks: int((today() - date(#form//dob)) div 7)
- Estimated Date of Delivery (EDD) from Last Menstrual Period (LMP): date(#form//lmp + 280)*
- Summation of three questions: int(#form//question_one) + int(#form//question_two) + int(#form//question_three)
Display Logic for Hidden Values
...