groovy Date 格式化

//
String output = new Date().format('yyyy-MM-dd HH:mm:ss')

编程技巧