|
|
От: | jitm | |
| Дата: | 28.05.08 08:17 | ||
| Оценка: | |||
public int getYear()
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) — 1900.
Returns a value that is the result of subtracting 1900 from the year that contains or begins with the instant in time represented by this Date object, as interpreted in the local time zone.
Returns:
the year represented by this date, minus 1900
See Also:
Calendar