Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7695123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:28:37+00:00 2026-05-31T21:28:37+00:00

Possible Duplicate: How to add days to a date in Java I need to

  • 0

Possible Duplicate:
How to add days to a date in Java

I need to get the next date, on click of next link, and get the previous date on click of previous link. How do I increment or decrement dates? I am not getting how to work with date to increment/decrement it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T21:28:38+00:00Added an answer on May 31, 2026 at 9:28 pm
    Calendar cal = Calendar.getInstance();
    DateFormat formatter = new SimpleDateFormat("dd-MMM-yy");
    Date date = formatter.parse(your_String_date);
    cal.setTime(date);
    

    Now do the below as shown:

    for increment

    cal.add( Calendar.DATE, 1 );
    

    for decrement

    cal.add( Calendar.DATE, -1 );
    

    If you want to increment/decrement more days then just replace 1 by your number of days.

    Hope it will help you.

    Here is the Calendar class of java.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to add number of days to today's date? I'm confused, I
Possible Duplicate: add values to enum Why enums in Java cannot inherit from other
Possible Duplicate: What date/time functions to use for PHP 5.2 I want to add
Possible Duplicate: How to add a UTF-8 BOM in java My oracle database has
Possible Duplicate: How to add 30 minutes to a javascript Date object? I can
Possible Duplicate: Add a field and insert an increment value I have this table
Possible Duplicate: Add timestamps in python dates = {} dates.update({'2011-03-07':'16:03:01'}) dates.update({'2011-03-06':'16:03:01'}) dates.update({'2011-03-08':'16:03:01'}) dates.update({'2011-03-04':'16:03:01'}) dates.update({'2011-05-16':'16:03:01'})
Possible Duplicate: How to add two numbers of any length in java? can anyone
Possible Duplicate: Add a trailing slash at the end of each url? I need
Possible Duplicate: Any way to add HttpHandler programatically in .NET? Is there a way

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.