Hello,
Trying to figure out how to calculate the numbers of months between Current Date/Time and a previous Date that is ented via input (startDate) that is selected. I’ve done this calculation for yrs using the following:
Current date/time - startDate’s value:format as days / 365:floor
Example:
Current date/time = 11/27/19
startDate = 12/14/16
How can I show in a text string the yr/months between the above example dates = 2yrs 11months
Thanks so much for any help