LucaLuca
2018-11-20 23:09:45 UTC
hi
look that :
c1
ans =
{
[1,1] = 01/02/14
}
c2
ans =
{
[1,1] = 15/02/14
}
ok it seem ok..
now i try to use datestr :
datestr(c1,20)
ans = 02/01/14 ===> this is okey
datestr(c2,20)
ans = 14/02/15 ===>> THIS IS NOT OKEY..THERE IS A PROBLEM
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
look that :
c1
ans =
{
[1,1] = 01/02/14
}
c2
ans =
{
[1,1] = 15/02/14
}
ok it seem ok..
now i try to use datestr :
datestr(c1,20)
ans = 02/01/14 ===> this is okey
datestr(c2,20)
ans = 14/02/15 ===>> THIS IS NOT OKEY..THERE IS A PROBLEM
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html