I have exported a file and there is a column that returns dates as text in the following format - 01/19.
I need to append "2017" to every entry in that column so that the result is "01/19/2017". What would be the best approach to doing so?
Thanks!
I need to append "2017" to every entry in that column so that the result is "01/19/2017". What would be the best approach to doing so?
Thanks!