Setup a field to display the date X days from today
A user just requested a new feature over on our Customer Connect site, to be able to display ‘future dates’ in text fields.
I would like to be able to format a field for x number of days from todays date.
Lucky for them, this is already possible via some custom JavaScript code, using the Date object.
Read more here.

