|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.beasys.commerce.axiom.util.CalendarBean
Field Summary | |
static String |
DATE_FORMAT
The formatting string used to represent a date. |
Constructor Summary | |
CalendarBean()
|
Method Summary | |
void |
addMonthDisplayCalendar(int num)
Change the month which is displayed. |
void |
addYearDisplayCalendar(int num)
Change the year which is displayed. |
int |
getCompleteWeeksInMonth()
Retrieve the number of complete weeks for the month of the current calendar displayed. |
int |
getCurrentDate()
Retrieve the day for the current date. |
String |
getCurrentMonth()
Retrieve the month for the current date. |
int |
getCurrentMonthNumber()
Retrieve the month number for the current date. |
int |
getCurrentYear()
Retrieve the year for the current date. |
String |
getCurrentZoneId()
|
long |
getDateSeconds(String theYear,
String theMonth,
String theDate,
String theHour,
String theMinute,
String aTimezone)
|
String |
getDayOfWeek(int dayNum)
Retrieve the day of the week. |
int |
getDaysInFirstWeek()
Retrieve the number of the days in the first week for the month of the current calendar displayed. |
int |
getDaysInLastWeek()
Retrieve the number of the days in the last week for the month of the current calendar displayed. |
int |
getDaysInMonth()
Retrieve the number of days for the month of the current calendar displayed. |
int |
getDisplayDate()
Retrieve the day of the month for the current calendar displayed. |
String |
getDisplayMonth()
Retrieve the month for the current calendar displayed. |
int |
getDisplayMonthNumber()
Retrieve the month number for the current calendar displayed. |
int |
getDisplayYear()
Retrieve the year for the current calendar displayed. |
int |
getStartDayOfWeekInMonth()
Retrieve the day the month starts on for the month of the current calendar displayed. |
String |
getTodaysDate()
|
boolean |
sameDay(int year,
int month,
int day)
|
String |
simpleFormatTest(String simpleDateFormat)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DATE_FORMAT
Constructor Detail |
public CalendarBean()
Method Detail |
public void addMonthDisplayCalendar(int num)
public void addYearDisplayCalendar(int num)
public int getCompleteWeeksInMonth()
public int getCurrentDate()
public String getCurrentMonth()
public int getCurrentMonthNumber()
public int getCurrentYear()
public String getCurrentZoneId()
public long getDateSeconds(String theYear, String theMonth, String theDate, String theHour, String theMinute, String aTimezone)
public String getDayOfWeek(int dayNum)
public int getDaysInFirstWeek()
public int getDaysInLastWeek()
public int getDaysInMonth()
public int getDisplayDate()
public String getDisplayMonth()
public int getDisplayMonthNumber()
public int getDisplayYear()
public int getStartDayOfWeekInMonth()
public String getTodaysDate()
public boolean sameDay(int year, int month, int day)
public String simpleFormatTest(String simpleDateFormat)
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |