I need a little help with how to separate a string and place data in new fields.
I have a db field with the date in a string i.e. 04/2/2013
I want to somehow separate this string and put the month, the day and the year in their own new separate fields.
Is there a quick script I can run on the database to accomplish this?
Thanks