All you need to do is to add a week to today as mentioned below: ${= def nextWeek = new Date() + 7; nextWeek.format("yy-MM-dd")}. For example, there is an ...
確定! 回上一頁