I have a Sharepoint 2010 list which has a column of type “Number” how do I change the data type to DateTime.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NumberandDatetimefields are quite different and directly switching from number to date via web interface is not allowed.However, you can first change number->text and then text->date. (Of course, you may lose your data during conversation)