I want to use data from an Excel doc in Scilab. And one of the data that i want to use are dates in DD/MM/YYYY.
But I have a problem when I want to read it in Scilab. For exemple, if in the sheet my date is 20/11/2020, in Scilab it converts to 44155.
I tried to use the datevec() function, but it returns me 120. 11. 21. 0. 0. 0.
The problem for me comes from the data exctraction. I don't know what Scilab does when it reads the Excel doc. And I don't want to change the format of the date on Excel, so I'm kinda stuck now.
If you have a solution, please help me T-T.