I have problem with a character in form: 01JAN2018:00:00:00 I want to get 2018_01_01 as result.
I tried this code but that returns NA
as.POSIXct("01JAN2018:00:00:00", format = "%d-%m-%Y")
thank you
I have problem with a character in form: 01JAN2018:00:00:00 I want to get 2018_01_01 as result.
I tried this code but that returns NA
as.POSIXct("01JAN2018:00:00:00", format = "%d-%m-%Y")
thank you