I have date data formatted in an odd way that I would like to clean up in R.
The dates are in format "d-Mon-y hh:mm:sec AM"
. For example "1-Feb-05 12:00:00 AM"
. The day and time are useless to me, however I would like to be able to use the month and year while also converting them to date-time format.
I cannot figure out how to do this.