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 9215249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:09:44+00:00 2026-06-18T02:09:44+00:00

I am using the following code Calendar cal = Calendar.getInstance(); System.out.println(Before +cal.getTime()); cal.set(Calendar.MONTH, 01);

  • 0

I am using the following code

Calendar cal = Calendar.getInstance();
System.out.println("Before "+cal.getTime());
cal.set(Calendar.MONTH, 01);
System.out.println("After "+cal.getTime());

the output is

Before Thu Jan 31 10:07:34 IST 2013
After Sun Mar 03 10:07:34 IST 2013

for adding +1 to jan is giving mar month. may be it returning correct output if we add 30 days to present date. but i want to show feb month. can any body help me please..

  • 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-06-18T02:09:46+00:00Added an answer on June 18, 2026 at 2:09 am

    you can see the +1 to set field is adding 30 days date different to your dates(observed from your output.)

    if you want months then use the code

    Calendar cal = Calendar.getInstance();
    System.out.println("Before "+cal.getTime());  //Before Thu Jan 31 10:16:23 IST 2013
    
    cal.add(Calendar.MONTH, 1);
    System.out.println("After "+cal.getTime()); //After Thu Feb 28 10:16:23 IST 2013
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the following code to get today's date. Calendar cal = Calendar.getInstance();
I'm using following code in my app: Calendar tmpCalendar = Calendar.getInstance(Locale.getDefault()); String itemTime =
I am using following code to display date and time: String currentDateTime =java.text.DateFormat.getDateTimeInstance().format(Calendar.getInstance().getTime()); textViewDay.setText(currentDateTime);
I have the following code in a template, using a javascript event calendar: <script
I am using the following code to create calendar controls on textboxes that have
Hi i am creating instance of Calendar Using: Calendar calendarDate=Calendar.getInstance(); calendarDate.set(2012, 6, 1,0,0,0); Date
I am using the following code to create an event within the iPhone's calendar;
I'm using the datepicker form jQuery-ui-1.8.16. I have the following code: Site.Calendar = function()
I am trying to add my own calendar in android using the following code.
I am using the following code to parse XML data from a Google Calendar

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.