MATLAB: Reading time and dates from Excel

datesimporting excel data

Hey guys,
I have a problem using the xlsread function, in my spreadsheet,my dates are given in the following format:
So i used [numericData, stringData, allData] = xlsread(dataSource); But all the dates are in the string data is there a way that i can get those dates into the numericData?

Best Answer

Use datenum function