Re: [R] strptime "March 14 2010" and NA?

2011-02-08 Thread Manuel Gimond
On 2/8/2011 11:47 AM, David Winsemius wrote: On Feb 8, 2011, at 10:31 AM, Manuel Gimond wrote: Converting date strings that range between Mar-14-2010 2:00 and Mar-14-2010 2:59 (inclusive) to date objects (POSIX) returns a NA entity: strptime("3/14/2010 2:00",format="

[R] strptime "March 14 2010" and NA?

2011-02-08 Thread Manuel Gimond
Converting date strings that range between Mar-14-2010 2:00 and Mar-14-2010 2:59 (inclusive) to date objects (POSIX) returns a NA entity: > strptime("3/14/2010 2:00",format="%m/%d/%Y %H:%M") [1] "2010-03-14 02:00:00" This looks fine, however other functions such as plot see a NA object instead