Format Input for SharePoint DateTime field
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
We can use SharePoint API as well as SharePoint List web reference to update List Items. Using API it is quite straight forward as we can directly assign a DateTime object against a DateTime field in SharePoint list. But with List web reference it is not that straight forward as we need to first convert the DateTime object into the SharePoint DateTime formatted string and then assign it to the specific field. http://www.mindfiresolutions.com/lp/sharepoint-development.htm[^]
Cheers, Eliza