Esri / workflowmanager-viewer-js

Source code for ArcGIS Workflow Manager Classic JavaScript viewer - Manage your workflows on the web.
Apache License 2.0
26 stars 31 forks source link

Date values reported incorrectly in query results #12

Open jbart76 opened 5 years ago

jbart76 commented 5 years ago

I tried a newer version of the code in case it was version specific but for some reason the date values reported in my query results are way off. Not just the wrong format but the wrong month and year. e.g. StartDate is reported as "3/8/19, 4:00pm" while in the details (even in Web app) of the job it is actually "8/15/2018" . I tried setting a date format in IIS just in case it was a weird translation of date formats on the server side but no success. Jeremy