Parse and format relative date

Parse and format relative date

I need the input field to be automatically filled with date 'today + 3 days' and formatted to 'dd.mm.yy'.

I attempted to use $.datepicker.formatDate and $.datepicker.parseDate, but they obviously can't work with relative date like '+3d'.

Please, help.