标签: r date time strptime
R strptime中有没有办法只返回没有日期的时间?当我运行时:
df$Time <- strptime(df$Time, format="%H:%M:%S")
返回:
"2014-06-06 02:03:05"
但我只需要时间。