I've the following data from a data frame
Name,JoiningDate,AmtPaid
Joe,12/31/09,1000
Amy,10/28/09,100
John,05/06/10,200
The Joining Date is coming in as a factor (when I sapply
). How can I convert this to date and then sort on JoiningDate
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…