as.date(x, order="mdy", ...)
x
| input data vector. |
order
| if x is character, defines the order in which the terms are assumed to appear in a xx/xx/xx date. The default is month/day/year; any permutation of mdy is legal. |
...
| if x is character, then any other arguments from the mdy.date function can be used as well. |