MATLAB: Convert serial number dates to month and year

date

I have a date (736473) that i want to convert to month and year. How do i go about doing that ?

Best Answer

mydate = datetime(736473,'ConvertFrom','datenum','Format','yyyy-MM')