0
Expiry date
I have a date field which records today’s date and I need the next field (expiry date) to show the date 2 weeks from now. Which formula would I use and in which fields?
2 replies
-
You can use a formula, and simply add the number of days to the date.
Date + 14
or if it is a date/time
date(DateTime) + 14
-
You can use a formula, and simply add the number of days to the date.
Date + 14
or if it is a date/time
date(DateTime) + 14
Content aside
- 6 yrs agoLast active
- 2Replies
- 1484Views