Bug
Bug ID Number | BUG-000091287 |
---|---|
Submitted | October 8, 2015 |
Last Modified | September 15, 2022 |
Applies to | ArcGIS for Server |
Version found | 10.3.1 |
Operating System | N/A |
Operating System Version | N/A |
Status | Will Not Be Addressed |
Parse the string value into the DateTime format using the code:
string inputDate = "10/08/2015";
DateTime pDT = new DateTime();
DateTime.TryParse(inputDate, out pDT);
dateProp.Value = inputDate;
However, string values work for other versions prior to ArcGIS Server 10.3.1.
Bug ID: BUG-000091287
Software:
Get help from ArcGIS experts
Download the Esri Support App