Hi there, for me this code worked just fine: <% Date date = new Date(); SimpleDateFormat df = new SimpleDateFormat( "yyyy-MM-dd_HH-mm" ); String testDate= df.format(date); String path = currentPage.getPath(); pageManager.copy(currentPage,path+testDate,null, true, false,true); %>I know that it's not ...