Skip to content
Prev 308024 / 398503 Next

time extraction and normalization

Use something like

format(as.POSIXct(xxx, format = "STRING"), format = "STRING2")

where the appropriate formatting codes can be worked out using the
info in ?strptime

Cheers,
Michael
On Mon, Oct 15, 2012 at 9:32 PM, york8866 <yu_york at hotmail.com> wrote: