Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rebecca_robareMy data set contains a field for the day/month (as 1/10) and a field for the year (as 2014). I need to put this together in one field and output it as a date type with a YYYY-MM-DD format. I can split the day/month field apart and output it as an integer or as a string, but I don't know how to combine data across columns unless it is a mathematical operation. Thanks for the help.