Would anyone know how I might calculate a month based on the date a user input?
This isn't specific to the new "calculations" functionality or anything, but probably something that involves a little extra work on my part.
For example, I want to allow the user to choose between three options in a dropdown question that asks, "How soon do you want this?":
1. 1-13 days
2. 14 - 21 days
3. 22 days or more
And then have a date input (that isn't shown to the user, just for internal purposes) display the applicable month. So depending on what they chose:
1. We'd leave the month as the current month.
2. We'd put it as the following month.
3. We'd put it as 2 months out.
Any ideas?