I currently have a simple external content type that displays a very small sql table on a external list in my SharePoint site. The problem is I have a date of birth field that gets formatted with the DateTime
type instead of the Date
type that is used when I created the SQL table. The biggest issue I am facing is the lack of designer view in SharePoint Designer 2013 that was included in 2010. Since I am forced to work with the source code, how do I go about formatting the date of birth fields so that it is displayed in simple Date
format example: 01/01/2001
. And also prevent the time from showing when adding or entering a new record to the list.
1
votes
Yes, please, someone help with this. :) Exact same problem here.
– russds