Handling Different Dates In A Script

1140
1
07-25-2012 10:26 PM
DhanushkaJayamaha
New Contributor
Hi Guys,

I have an existing script that checks date in a GDB layer which is for a single date how can i do this for 2 different dates in the same layer. Newbie for Python scripts. Needs help

Heres the existing

#Field, Year, Month, Day
checker.checkGDBFieldForRightDate("SURVEY_DATE", [2012, 07, 24] , [2012,07,18])

Thanks
Tags (2)
0 Kudos
1 Reply
AustinDavis
New Contributor III
Look at the datetime module in python.
0 Kudos