jd_boss_hogg
Registered User.
- Local time
- Today, 05:25
- Joined
- Aug 5, 2009
- Messages
- 88
Hi All - can somebody give me advice on calculating a date field please ?
I have a form with "due date" (format: medium date). When i click in another field, i want this value to update, calculated by today's date.
So my calculation needs to be
Newduedate = (today date - due date) +due date
Example, original due date was Feb 10th..... i click on the "update" field on Feb 15th. I now want new due date to be 20th Feb (so "today" + 5 days)
What calculations can i do ? I cant seem to do calculations on dates?
I have a form with "due date" (format: medium date). When i click in another field, i want this value to update, calculated by today's date.
So my calculation needs to be
Newduedate = (today date - due date) +due date
Example, original due date was Feb 10th..... i click on the "update" field on Feb 15th. I now want new due date to be 20th Feb (so "today" + 5 days)
What calculations can i do ? I cant seem to do calculations on dates?