I am trying to create an array of date time objects using the strptime
function.

The first entry is in the form "1/1/1981 0:00" and U use;

strptime(datetime, "%m/%d/%Y %H:%M") which gives "1981-01-01 EST".

How do I alter this to give me "1981-01-01 0:00 EST"?

Thanks in advance,

Doug
-- 
View this message in context: 
http://r.789695.n4.nabble.com/datetime-objects-tp3013417p3013417.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to