I have layer with start time field
Timeslider filters displaying features of this layer, but query from layer returns all features independently of timeslider position
I'm add where condition to query (for example, start_date = '12.34.5678')
It works on one arcgis server, but don't on another
Reason is different database servers, that needs various date formats in query
How i can determine DBMS type for set necessary date format?
Or is there a way to get date format?