Skip to content
Snippets Groups Projects
Verified Commit 5d8236a9 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed daily dates before year 13.

parent 86fea628
Branches
No related tags found
No related merge requests found
Pipeline #4650 passed
......@@ -53,7 +53,7 @@ end
if isdaily(a)
date.freq = 365;
date.time(1) = datenum(a);
date.time(1) = datenum(a, 'yyyy-mm-dd');
return
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment