Date, DateTime

Select value type “Default” and type in JavaScript expression:

Today today
Today + 3 days today.clone().add(3, 'days')
Date from the field on the form + 3 days item.datefield.clone().add(3, 'days')

You may also use Moment.js to work with dates.

Contents