Date currentDate=new Date();
SimpleDateFormat formatter=new SimpleDateFormat("yyyy年M月dd日");
out.print(formatter.format(currentDate));