Working with date
Hi, Let say I have a date variable:
?asd <- as.Date("2012-01-03")
asd
[1] "2012-01-03" Now, I want to express this date like 3/1/2012. can somebody help me how to achieve that? Thanks,
Hi, Let say I have a date variable:
?asd <- as.Date("2012-01-03")
asd
[1] "2012-01-03" Now, I want to express this date like 3/1/2012. can somebody help me how to achieve that? Thanks,