Skip to content

split date nad time

5 messages · threshold, David Winsemius, R. Michael Weylandt

#
Dear R Users,

given that:
[1] "2011-08-25 23:59:00 BST" "2011-08-26 00:00:00 BST"
[3] "2011-08-26 00:01:00 BST"
[1] "2011-08-25" "23:59:00"
[1] "2011-08-26" "00:01:00"

Why no time here?
[1] "2011-08-26"


best, robert




--
View this message in context: http://r.789695.n4.nabble.com/split-date-nad-time-tp4164191p4164191.html
Sent from the R help mailing list archive at Nabble.com.
#
On Dec 6, 2011, at 5:38 AM, threshold wrote:

            
The real question should be:  why you didn't post the results of :

  dput(AggDateTime[960:962])
#
I can't replicate this: does it occur in a fresh R session (no GUI,
just straight --vanilla)? If so, sessionInfo()?
On Tue, Dec 6, 2011 at 11:23 AM, threshold <r.kozarski at gmail.com> wrote:
5 days later