Dear all,
I have dates in two formats in a single variable one is 20-Apr-19 the other is 21-APRIL-2019. Stata is returning missing when converting 20-Apr-19 but it is properly converting 21-APRIL-2019. What can be the problem.
I am using this command
Code:
gen date2=date(var1, "DMY")
Thank you,
Oscar