This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Question about the date API usage Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Question about the date API usage" Watch "Question about the date API usage" New topic
Author

Question about the date API usage

Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 383
Hello,
What I want to achieve is quite simple to describe, i.e. I want to return the current date (as a java.util.Date) out of which I will have substracted 30 days.
For example today's date is the 20th December 2007, I want to get the following date: 20th December 2007 - 30 days that is the 20th of November.
Any clue?
Thanks in advance,
Julien.
Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 383
Found the solution:
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Question about the date API usage
 
Similar Threads
Formating Date with SimpleDateFormat
Book promotion winners
Date and Calendar
getting a Date that is 30 days ago from today
Running self made Servlets on tomcat