RosettaCodeData/Task/Date-format/NetRexx/date-format.netrexx

4 lines
143 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import java.text.SimpleDateFormat
say SimpleDateFormat("yyyy-MM-dd").format(Date())
say SimpleDateFormat("EEEE, MMMM dd, yyyy").format(Date())