public final class Date extends Object
Constructor and Description |
---|
Date() |
Date(Date date) |
Date(int year,
int month,
int day) |
public Date()
public Date(int year, int month, int day)
public Date(Date date)
public int getYear()
public void setYear(int year)
year
- the year to setpublic int getMonth()
public void setMonth(int month)
month
- the month to setpublic int getDay()
public void setDay(int day)
day
- the day to setpublic static Date parse(String value) throws ParseException
ParseException
Copyright © 2015 MMSOFT Design. All Rights Reserved.