![]() |
VOOZH | about |
strftime() function in R Language is used to convert the given date and time objects to their string representation.
Syntax: strftime(time)
Parameters:
time: specified time object
Example 1:
Output:
[1] "2020-06-01 16:15:10"
Example 2:
Output:
[1] "2020-06-17"