Displaying 2 results from an estimated 2 matches for "enddatetim".
Did you mean:
enddatetime
2006 Aug 08
3
params object nil in controller action
...")
logger.debug("NOT FOUND :incidentSearch")
if (params[:routeNum].nil? or params[:routeNum].empty?) and
(params[:incidentId].nil? or params[:incidentId].empty?) and
(params[:startDateTime].nil? or params[:startDateTime].empty?) and
(params[:endDateTime].nil? or params[:endDateTime].empty?)
flash[:warning] = "Don''t try stupid things....Enter some search
criteria."
redirect_to :back and return
elsif ((!params[:routeNum].empty? or !params[:incidentId].empty?) and
(!params[:startDateTime].empty? and !params[:...
2005 Jun 01
2
problem with chron scales in lattice
...f the coordinate
system has changed after finishing with the panel function.
library(chron)
library(lattice)
# vertical grid lines at start of each year
startdate <- "1/1/1992"
enddate <- "1/1/2005"
startdatetime <- chron(dates=startdate, times="00:00:00")
enddatetime <- chron(dates=enddate, times="00:00:00")
x.lines <- as.chron(seq.dates(startdate, enddate, by="years"))
x.limits <- c(as.chron(startdate), as.chron(enddate))
# year labels on x axis (centered between grid lines)
x.at <- as.chron(seq.dates("7/1/1992", &qu...