RosettaCodeData/Task/System-time/NetRexx/system-time.netrexx

3 lines
97 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
import java.text.SimpleDateFormat
say SimpleDateFormat("yyyy-MM-dd-HH.mm.ss.SSS").format(Date())