Use "strptime" function: suppose your variable is named "dt", the following cmd will give you the date in the format recognized by R:
Optionally, you may want to read your data using "stringsAsFactors=FALSE" so that the date will be read as string and when using "strptime" function you can avoid the implicit covert the factor back to string.