Displaying 1 result from an estimated 1 matches for "rawdata2".
Did you mean:
rawdata
2010 Oct 28
4
Alter character attribute
Hi everyone
I have some records that include a date attribute for the date and time but
i need to separate the data and analyze it separately in GIS by Month and
Year, so i need to pull these attributes out and create their own attribute
field.
So the input:
RawData2.. returns
ID period_end_date
1 22 9/10/2007 0:00:00
2 44 2/2/2006 0:00:00
and i need to get
ID period_end_date Month Year
22 9/10/2007 0:00:00 9 2007
44 2/2/2006 0:00:00 2 2006
The below gets me this in list form which i can then add back into the
initial data...