Hello,
I am stuck with syntax for what I think will be very easy task. I have a feature class with a date field that I simply want to convert to a string field in yyyymmdd format, so that I can combine it with other fields to create a unique ID.
Id like to do this in a simple field calculator (in ArcMap) session with python
I tried using the strftime method with simple expression but that doesnt work !mydatefield!.strftime('%Y%m%d'). I also tried a few other things but keep getting error
Any help would be greatly appreciated!
Thanks
Neal