Close
jGuru Forums
Posted By: Manoj_Behera Posted On: Tuesday, January 24, 2006 12:53 AM
Hi How to find the dates which are just one year(365 days) and one month(30 days)back from given date. Thanks Manok
Re: On Date
Posted By: WarnerJan_Veldhuis Posted On: Tuesday, January 24, 2006 03:38 AM
Calendar.add( Calendar.YEAR, -1);Calendar.add( Calendar.MONTH, -1)