Date has the time as well, just add HH:mm:ss to the date format: import java.text.SimpleDateFormat def date = new Date() def sdf = new ...
確定! 回上一頁