I try to change the format of "20FEB12:00:00:00"
to Date and R gives me "NA"
Don´t know what I am doing wrong:
strptime("20FEB12:00:00:00", "%d%b%y:%H:%M:%S")
Thanks!
I try to change the format of "20FEB12:00:00:00"
to Date and R gives me "NA"
Don´t know what I am doing wrong:
strptime("20FEB12:00:00:00", "%d%b%y:%H:%M:%S")
Thanks!