my data is like this. i have to use this as index for xts in R.
"01/04/2013 09:00:01.265381"
"01/04/2013 09:00:01.265717"
"01/04/2013 09:00:01.266342"
"01/04/2013 09:00:01.266342"
"01/04/2013 09:00:01.266342"
> as.POSIXct(sk,format="%Y%m%d %H:%M:%S.%f")
this outputs al nas
please give me suggestions.