help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

datestr problem


From: LucaLuca
Subject: datestr problem
Date: Tue, 20 Nov 2018 17:09:45 -0600 (CST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]