e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 15 (0.014 seconds)
Class: com.technoetic.xplanner.domain.virtual.Timesheet  ©, Rating: 80% of 5, C1

027 cal.setTime(startDate); 028 029 for (; cal.getTimeInMillis() <= endDate.getTime(); cal.add(Calendar.DATE, 1)) { 030 dailyEntries.put(cal.getTime(), new DailyTimesheetEntry(cal.getTime(), 031 new BigDecimal(0.0)));

Class: com.technoetic.xplanner.forms.PersonTimesheetForm  ©, Rating: 100% of 2, C1

118 cal.set(Calendar.MILLISECOND, 0); 119 int weekday = cal.get(Calendar.DAY_OF_WEEK); 120 cal.add(Calendar.DATE, 7 - weekday); 121 return cal.getTime(); 122 }

Class: org.apache.jmeter.gui.util.JDateField  ©, Rating: 100% of 1, C1

175 c.roll(field,true); 176 } else { 177 c.add(field,addend); 178 } 179 String newDate =dateFormat.format(c.getTime());

Class: org.apache.tools.ant.taskdefs.optional.vss.MSVSS  ©, Rating: 100% of 1, C1

663 currdate = m_DateFormat.parse(fromDate); 664 calend.setTime(currdate); 665 calend.add(Calendar.DATE, numDays); 666 toDate = m_DateFormat.format(calend.getTime()); 667 return toDate;

Class: com.technoetic.xplanner.charts.DataSampleData  ©, Rating: 0% of 0, C2

056 data.addValue(value, category, formatDay(currentDay)); 057 } 058 currentDay.add(Calendar.DAY_OF_MONTH, 1); 059 } 060 } catch (Exception e) {

Class: com.technoetic.xplanner.forms.PersonTimesheetForm  ©, Rating: 0% of 1, C1

129 cal.set(Calendar.MILLISECOND, 0); 130 int weekday = cal.get(Calendar.DAY_OF_WEEK); 131 cal.add(Calendar.DATE, -weekday + 1); 132 return cal.getTime(); 133 }

Class: com.technoetic.xplanner.forms.AggregateTimesheetForm  ©, Rating: 0% of 1, C1

138 cal.set(Calendar.MILLISECOND, 0); 139 int weekday = cal.get(Calendar.DAY_OF_WEEK); 140 cal.add(Calendar.DATE, -weekday + 1); 141 return cal.getTime(); 142 }

Class: com.technoetic.xplanner.forms.AggregateTimesheetForm  ©, Rating: 0% of 0, C1

127 cal.set(Calendar.MILLISECOND, 0); 128 int weekday = cal.get(Calendar.DAY_OF_WEEK); 129 cal.add(Calendar.DATE, 7 - weekday); 130 return cal.getTime(); 131 }

Class: com.technoetic.xplanner.charts.TaskVelocityData  ©, Rating: 0% of 0, C2

260 } 261 262 currentDate.add(Calendar.DATE, 1); 263 } 264

Class: com.technoetic.xplanner.charts.TaskVelocityData  ©, Rating: 0% of 0, C2

226 } 227 228 currentDate.add(Calendar.DATE, 1); 229 } 230 }

Result Page:  1  |  2   Next