I am printing date using datepicker this way:
$(".final-date").text($.datepicker.formatDate('dd.mm.yy', new Date()));
I am using it within my loan calculator. How can i add days to a current date? e.g. 17.01.2016, but in my calculator i choose loan period for 10 days, so it should be 27.01.2016