posted 23 years ago
I have a method which returns a Date object.
I have to get this date object, get the corresponding month.
How to do this.
Date's class getMonth() method is depricated. The document says use Calender class. But using date object, how do I use Calender class? Please help!