Skip to content
Prev 261609 / 398502 Next

Problems Dating....

Hi Nat,

I guess something like
as.Date(as.character("3/4/2007"),format="%d/%m/%Y")
should work - as.character() coerces the factors to characters, which 
the as.Date() function can work with, given the right format argument.

HTH
Stephan


Am 01.06.2011 22:59, schrieb Struckmeier, Nathanael: