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
Class: com.technoetic.xplanner.charts.DataSampleData ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.DataSampleData ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.DataSampleData ©, Rating: 0% of 0, C1
Class: cal.JspCalendar ©, Rating: 0% of 0, C1
Class: cal.JspCalendar ©, Rating: 0% of 0, C1
Class: cal.JspCalendar ©, Rating: 0% of 0, C1
Class: cal.JspCalendar ©, Rating: 100% of 1, C1
Class: cal.JspCalendar ©, Rating: 0% of 0, C1
Class: cal.JspCalendar ©, Rating: 0% of 0, 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
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
Class: cal.JspCalendar ©, Rating: 0% of 0, C1
Class: cal.JspCalendar ©, Rating: 0% of 0, C1