create a vector of dates in R Cran Posted on 2014-02-18 by mike dt <- as.Date('2010-01-01') dts <- seq(dt,length =17, by="+1 month")