Searched refs:firstDate (Results 1 – 2 of 2) sorted by relevance
396 Date firstDate = new Date(); in Test4083167() local398 cal.setTime(firstDate); in Test4083167()404 logln("Current time: " + firstDate.toString()); in Test4083167()407 Date lastDate = new Date(firstDate.getTime() + in Test4083167()
708 UDate firstDate = Calendar::getNow(); in test4083167() local715 cal->setTime(firstDate,status); in test4083167()725 UDate lastDate = firstDate + validity*1000*24*60*60.0; in test4083167()