3 lines
75 B
R
3 lines
75 B
R
now <- Sys.time()
|
|
strftime(now, "%Y-%m-%d")
|
|
strftime(now, "%A, %B %d, %Y")
|
now <- Sys.time()
|
|
strftime(now, "%Y-%m-%d")
|
|
strftime(now, "%A, %B %d, %Y")
|