e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 74 (0.124 seconds)
Class: org.apache.axis.encoding.ser.DateSerializer  ©, Rating: 100% of 1, C1

100 synchronized (calendar) { 101 calendar.setTime((Date)value); 102 if (calendar.get(Calendar.ERA) == GregorianCalendar.BC) { 103 buf.append("-"); 104 calendar.setTime((Date)value);

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

084 085 private boolean isWeekendDay(Calendar currentDay) { 086 return currentDay.get(Calendar.DAY_OF_WEEK) == Calendar.SATURDAY || 087 currentDay.get(Calendar.DAY_OF_WEEK) == Calendar.SUNDAY; 088 }

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

079 return dateFormat.format(currentDay.getTime()); 080 } else { 081 return Integer.toString(currentDay.get(Calendar.DAY_OF_MONTH)); 082 } 083 }

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

076 077 private String formatDay(Calendar currentDay) { 078 if (currentDay.get(Calendar.DAY_OF_WEEK) == Calendar.MONDAY) { 079 return dateFormat.format(currentDay.getTime()); 080 } else {

Class: cal.JspCalendar  ©, Rating: 0% of 0, C1

145 146 public int getAMPM() { 147 return calendar.get(Calendar.AM_PM); 148 } 149 }

Class: cal.JspCalendar  ©, Rating: 0% of 0, C1

140 141 public int getDSTOffset() { 142 return calendar.get(Calendar.DST_OFFSET)/(60*60*1000); 143 } 144

Class: cal.JspCalendar  ©, Rating: 0% of 0, C1

135 136 public int getZoneOffset() { 137 return calendar.get(Calendar.ZONE_OFFSET)/(60*60*1000); 138 } 139

Class: cal.JspCalendar  ©, Rating: 100% of 1, C1

124 125 public int getEra() { 126 return calendar.get(Calendar.ERA); 127 } 128

Class: cal.JspCalendar  ©, Rating: 0% of 0, C1

119 120 public int getSecond() { 121 return calendar.get(Calendar.SECOND); 122 } 123

Class: cal.JspCalendar  ©, Rating: 0% of 0, C1

114 115 public int getMinute() { 116 return calendar.get(Calendar.MINUTE); 117 } 118

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8   Next