Hello. My data set has 3 columns for Day, Month and Year. All are in integer.
I want to convert the 3 into a date field.
For example, Day = 3, Month = 6, Year = 2017
Result is a date field: 2017-06-03
Using Select tool, I changed the data type from integer to V_String. But then don't know how to go further.
I was looking for a concatenate string function but could not find it.
Thanks for your help.
Oscar