How to change this date("21-Apr", "21-Aug") format into as.Date?
I used the code below and it does not work
as.Date(cur$period, "%y%b")
How to change this date("21-Apr", "21-Aug") format into as.Date?
I used the code below and it does not work
as.Date(cur$period, "%y%b")