You can have a content block with this code and see if that helps,
<% var date = new Date(); // Add x days to specified date date.setDate(date.getDate() + 60); var newdate = ("0"+(date.getMonth()+1)).slice(-2) + "/" + ("0" + date.getDate()).slice(-2) + "/" + date.getFullYear(); document.write(newdate); %>
You can have a content block with this code and see if that helps,
<% var date = new Date(); // Add x days to specified date date.setDate(date.getDate() + 60); var newdate = ("0"+(date.getMonth()+1)).slice(-2) + "/" + ("0" + date.getDate()).slice(-2) + "/" + date.getFullYear(); document.write(newdate); %>