Forum Discussion
HubertZieciak
7 years agoFrequent Visitor
Date + x months
Hi,
I need to calculate a number of days from:
- signing a contract (date field )
- Tenor - Time that contracts lasts (number field)
Adding tenor to the date should give me an ending date; than I need to count number of days between two dates.
3 Replies
- judspud
Solution Supplier
- HubertZieciakFrequent Visitor
Hi,
First I need to figure out exact ending date. How to calculate from starting date (date field) and number of months (number field) contract is going on.
- judspud
Solution Supplier
you can use the DATEADD function for that :)