Displaying 1 result from an estimated 1 matches for "tp4164191p4165378".
2011 Dec 06
2
split date nad time
Dear R Users,
given that:
> AggDateTime[960:962]
[1] "2011-08-25 23:59:00 BST" "2011-08-26 00:00:00 BST"
[3] "2011-08-26 00:01:00 BST"
> unlist(strsplit(as.character(AggDateTime[960])," ", fixed=TRUE))
[1] "2011-08-25" "23:59:00"
> unlist(strsplit(as.character(AggDateTime[962])," ", fixed=TRUE))
[1]