Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a field of Days in which no of days comes after calculation with the help of that days I want to make date for example-
Days Date (Should)
225 03/02/2016
180 20/12/2015
Please provide some idea.
Maybe your have a baseline date, than you can add that field and format
Date(BaselineDate + Days)
If you need it inclusive it will be:
Date( DateField + Days - 1 )
Hi,
seems '23/06/2015' is your magic day?
regards
Marco