标签: r datetime-format
我尝试了(^|\\s[a-z]+\\s+),但它无效。
(^|\\s[a-z]+\\s+)
ISOdatetime()
例如:error: argument "min" is missing, with no default
error: argument "min" is missing, with no default
答案 0 :(得分:1)
我们可以使用strptime
strptime
format(strptime(str1, format = "%a %b %d %H:%M:%OS%z %Y"), "%d/%m/%Y") #[1] "31/01/2017"