dateFormat · 1. import java.text.SimpleDateFormat · 2. def date = new Date() · 3. def sdf = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss.SSS" ) · 4. println sdf.
確定! 回上一頁