Select to view content in your preferred language

Date fields inside Shapefiles

971
1
01-16-2014 11:32 AM
TatMa
by
Deactivated User
I have a Shapefile that contains two Date fields. ArcGIS Explorer Desktop can see the Attributes and values but Query Builder
does not display the Date fields for use in querying. Query Builder also does not display the FID either. Is there a reason for this?
0 Kudos
1 Reply
MarkBockenhauer
Esri Regular Contributor
Not exactly sure why the ID and Date fields do not show.  But you can still type them into the "Select features where..."  text box.  For example to select a date you can use.

datefield = date '1903-08-23'

<name of your date field> = date 'yyyy-mm-dd'

-mark
0 Kudos