MATLAB: Can i take correct date from this data

convertdate

Hello, i tried to convert my dates from string format to correct date, but i get errors.Can i convert it?

Best Answer

You need to be precise with the format string.
Try
datetime(t,'InputFormat','MMM yyyy')
Related Question