Hello everyone,
What is the syntax to use a date field in a whereClause?
This code does not work:
datetimeVal = rowYesterday.getValue("DIGIDATE")
whereClause = "DateAGMT = " + datetimeVal ============== This syntax does not work
srcToday = arcpy.SearchCursor(AGREEMENT, whereClause)
Thank you