Calendar - sample program in Java - Java samples - Programming tutorials on Java, C, C++, PHP, ASP
The abstract Calendar class provides a set of methods that allows you to convert a time in milliseconds to a number of useful components. Some examples of the type of information that can be provided are: year, month, day, hour, minute, and second. It is ...