RosettaCodeData/Task/Date-format/R/date-format.r

4 lines
75 B
R
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
now <- Sys.time()
strftime(now, "%Y-%m-%d")
strftime(now, "%A, %B %d, %Y")