Class org.jfouffa.util.Date
java.lang.Object
|
+----org.jfouffa.util.Date
- public class Date
- extends Object
Constructor index
-
Date()
- Create a new Date
Method index
-
getDay()
- Returns the day in the month
-
getDay(String)
- Returns the string representation of the day in the week
-
getMonth()
- Returns the month
-
getMonth(String)
- Returns the string representation of the month
-
getYear()
- Returns the year
Constructors
Date
public Date()
- Create a new Date
Methods
getDay
public int getDay()
- Returns the day in the month
getMonth
public int getMonth()
- Returns the month
getYear
public int getYear()
- Returns the year
getDay
public String getDay(String lang)
- Returns the string representation of the day in the week
- Parameters:
- lang - the language (fr or en)
getMonth
public String getMonth(String lang)
- Returns the string representation of the month
- Parameters:
- lang - the language (fr or en)