I am trying to go from a table (csv file) to a feature class. I have a field called "Dates". When I put the table in and check its field type it says it is of type "Date" (which is what I need) and every record is filled out. However, when I create a feature class:arcpy.MakeXYEventLayer_management(in_table,x_coord,y_coord,out_table,spatialRef)
'My output is a feature class.. but with "NULL" dates. I tried to do this by right clicking the table and telling it to display XY data. But The same problem happens. All the dates dissapear.. the dates are in the following form : 08/08/2012any reason why this could happen?