Date format problem
-
Saturday, May 05, 2012 7:37 AM
Hello all,
While exporting from sharepoint list data to excel , I am getting strange date format values
"10/30/2012 " --correct format (its from sp list)
"2012-10-30T05:00:00Z"--incorrect format(its from exported excel sheet)
I need to get correct format as I mentioned above any idea?Like Cricket
All Replies
-
Saturday, May 05, 2012 8:03 AM
Hi.
If the date column in the SharePoint list is of the format Date & Time then this is expected behaviour. If so, try changing it to Date Only.
If not, try to fix it in excel, data > text to columns > delimited > other, 'T'
That works for me on your content.
Regards
Thomas Balkeståhl - Technical Specialist - SharePoint - http://blog.blksthl.com
Download the SharePoint Branding Project here- Marked As Answer by Qiao WeiMicrosoft Contingent Staff, Moderator Thursday, May 17, 2012 9:29 AM
-
Saturday, May 05, 2012 12:01 PM
useSPUtility CreateDateTimeFromISO8601DateTimeString
Manish Sati
- Marked As Answer by Qiao WeiMicrosoft Contingent Staff, Moderator Thursday, May 17, 2012 9:29 AM

