All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.util.Date

java.lang.Object
   |
   +----org.jfouffa.util.Date

public class Date
extends Object

Constructor index

 o Date()
Create a new Date

Method index

 o getDay()
Returns the day in the month
 o getDay(String)
Returns the string representation of the day in the week
 o getMonth()
Returns the month
 o getMonth(String)
Returns the string representation of the month
 o getYear()
Returns the year

Constructors

 o Date
 public Date()
Create a new Date

Methods

 o getDay
 public int getDay()
Returns the day in the month

 o getMonth
 public int getMonth()
Returns the month

 o getYear
 public int getYear()
Returns the year

 o getDay
 public String getDay(String lang)
Returns the string representation of the day in the week

Parameters:
lang - the language (fr or en)
 o getMonth
 public String getMonth(String lang)
Returns the string representation of the month

Parameters:
lang - the language (fr or en)