Java Utililty Methods Year Current

List of utility methods to do Year Current

Description

The list of methods to do Year Current are organized into topic(s).

Method

intyear()
a quick hack to return the current year
GregorianCalendar g = new GregorianCalendar();
return g.get(Calendar.YEAR);