Dear all, I have an excel file that contains among other columns, a date column. In that column the dates are either in this format '01/02/2009' or in that format ' 03/2009'
For instance
 Out={
'Con'    dates'  
‘SP’      '01/02/2009'   
‘kp’      ' 03/2009'}
The problem is that when I import this matrix in Stata then I get something like
 Out={
'Con'    dates'  
‘SP’       39722   
‘kp’      ' 03/2009'}
So all the dates represented in this format '01/02/2009' appear as numbers in stata. Can I fix that within Matlab or within stata?