时间截取

1.时间戳

${__time(,)}

2.截取时间的前十位

${__javaScript("${__time(,)}".substring(0\,10),)}

${__substring(${__time(,)},0,10)}

${__time(/1000)}

执行结果:


你可能感兴趣的:(时间截取)