|
From: | Nicholas Jankowski |
Subject: | [Octave-bug-tracker] [bug #47627] datenum gives wrong result, ignores month |
Date: | Tue, 05 Apr 2016 19:59:45 +0000 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #3, bug #47627 (project octave): fixing the date portion to lower case, Matlab 2015b gives the following: >> datenum('2015-03-31 0:00','yyyy-mm-dd HH:MM') ans = 736054 >> datenum('2015-04-01 0:00','yyyy-mm-dd HH:MM') ans = 736055 >> datenum('2015-05-01 0:00','yyyy-mm-dd HH:MM') ans = 736085 _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47627> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |