Skip to content
Prev 6200 / 15274 Next

About timeDate Problem

On Sunday 06 Jun 2010 6:54:12 pm Guy Green wrote:
If you still wants to use timeDate class, you can convert from Date class:
  dateNew <- as.timeDate(date2)
  dateNew
 
Probably, it has difficulty dealing with string of characters but from vector of "Date", 
it works fine.