Search Results
OK to copy?
Examples 1 through 9 of
9 (0.0020 seconds)
Class:
com.technoetic.xplanner.forms.PersonTimesheetForm
©,
Rating:
0% of 0,
C1
Class: com.technoetic.xplanner.forms.PersonTimesheetForm ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.forms.AggregateTimesheetForm ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.forms.AggregateTimesheetForm ©, Rating: 0% of 0, C1
Class: org.springframework.dao.DataAccessUtilsTests ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.export.PdfReportExporter ©, Rating: 0% of 0, C2
Class: org.apache.catalina.session.ManagerBase ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.Get ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.Get ©, Rating: 0% of 0, C3
094 public String getEndDateString() {
095 if (dateFormat == null) {
096 return this.getEndDate().toString();
097 }
098 return dateFormat.format(this.getEndDate());
Class: com.technoetic.xplanner.forms.PersonTimesheetForm ©, Rating: 0% of 0, C1
075 public String getStartDateString() {
076 if (dateFormat == null) {
077 return this.getStartDate().toString();
078 }
079 return dateFormat.format(this.getStartDate());
Class: com.technoetic.xplanner.forms.AggregateTimesheetForm ©, Rating: 0% of 0, C1
103 public String getEndDateString() {
104 if (dateFormat == null) {
105 return this.getEndDate().toString();
106 }
107 return dateFormat.format(this.getEndDate());
Class: com.technoetic.xplanner.forms.AggregateTimesheetForm ©, Rating: 0% of 0, C1
084 public String getStartDateString() {
085 if (dateFormat == null) {
086 return this.getStartDate().toString();
087 }
088 return dateFormat.format(this.getStartDate());
Class: org.springframework.dao.DataAccessUtilsTests ©, Rating: 0% of 0, C1
191 assertEquals(date, DataAccessUtils.requiredUniqueResult(col));
192 assertEquals(date, DataAccessUtils.objectResult(col, Date.class));
193 assertEquals(date.toString(), DataAccessUtils.objectResult(col, String.class));
194
195 try {
Class: com.technoetic.xplanner.export.PdfReportExporter ©, Rating: 0% of 0, C2
Class: org.apache.catalina.session.ManagerBase ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.Get ©, Rating: 0% of 0, C3
216 if (verbose) {
217 Date t = new Date(remoteTimestamp);
218 log("last modified = " + t.toString()
219 + ((remoteTimestamp == 0)
220 ? " - using current time instead"
Class: org.apache.tools.ant.taskdefs.Get ©, Rating: 0% of 0, C3
089 if (verbose) {
090 Date t = new Date(timestamp);
091 log("local file date : " + t.toString());
092 }
093
Result Page:
1