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

4 lines
143 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
import java.text.SimpleDateFormat
say SimpleDateFormat("yyyy-MM-dd").format(Date())
say SimpleDateFormat("EEEE, MMMM dd, yyyy").format(Date())