Hi,
How to convert DD/MM/YYYY string dates to MM/DD/YYYY dates? I would be simply happy that Stata recognize my string European dates to a Stata compatible format.
I have tried playing with date():
gen new_date=date(Date,"DMY")
but it does not do the trick. Note that I am working with Stata 13. Thanks!
How to convert DD/MM/YYYY string dates to MM/DD/YYYY dates? I would be simply happy that Stata recognize my string European dates to a Stata compatible format.
I have tried playing with date():
gen new_date=date(Date,"DMY")
but it does not do the trick. Note that I am working with Stata 13. Thanks!
Comment