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