help-octave
[Top][All Lists]
Advanced

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

Re: problem parsing time out of datetime object


From: AG
Subject: Re: problem parsing time out of datetime object
Date: Fri, 20 Oct 2017 16:43:12 -0700 (MST)

Maybe I'm missing something but I don't think the underlying representation
is right.

try this:


dt_num = datenum('2013/05/29 00:00:00','yyyy/mm/dd HH:MM:SS')

 dt_num2 = datenum('2013/05/29 00:00:01','yyyy/mm/dd HH:MM:SS')
 
dt_num>dt_num2  ==> FALSE

Shouldn't this be true?



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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