Tagged Questions
3
votes
0answers
153 views
How to Query Layer using ArcGIS REST Services for Records with Date Closed Field less than 24 hours ago?
I am current trying to do layer definitions on a map and so I am trying to filter some records via a time factor so i was writing in the Where field DATE_CLOSED_ON > (CURRENT_TIME - 24) and ...
7
votes
1answer
792 views
Incorrect date displayed with Esri JavaScript API v.2.6
I am working on a site that is using version 2.6 of the Esri Javascript API. I have an info window that displays some date information, and the date is one day behind the date in the database. For ...