Hello all,
I have a date variable in the form of ddmmyyyy, for example :31oct2019 . This date variable is a numeric (long) variable. I would like to convert it to a string variable but when I do that, the format is messed up. For example, the date 31oct2019 becomes 21853. Anyone know how to get the format back to ddmmyyyy?
Thanks!
I have a date variable in the form of ddmmyyyy, for example :31oct2019 . This date variable is a numeric (long) variable. I would like to convert it to a string variable but when I do that, the format is messed up. For example, the date 31oct2019 becomes 21853. Anyone know how to get the format back to ddmmyyyy?
Thanks!

Comment