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

3 lines
97 B
Text
Raw Permalink Normal View History

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