i would like to create a new shapefile based on input.
so, my input is DATE parameter. This is my code for input parameter.
param = arcpy.Parameter( displayName="TARIKH", name="date_feature", datatype="Date", parameterType="Required", direction="Input") and then the value in this...