Skip to content

Date format

2 messages · Yu-Ling Wu, Brian Ripley

#
Hi,

I try to convert a string into date format.
Please see the following two examples. When the 
time is midnight (i.e. 00:00:00), R can't convert 
it correctly and get a value of "NA". How to make 
it work and get the value of "2001-03-23 00:00:00"?
Thanks!!

=Example 1=====================================
[1] "2001-03-23 12:00:00"


=Example 2=====================================
[1] "NA"


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Fri, 30 Mar 2001, Yu-Ling Wu wrote:

            
That's not a valid time, so you can't.  (OS-specific, possibly, as it
depends on the underlying OS features, but true on Solaris and Linux.)

You can set a POSIXlt structure directly, of course.