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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:58:20+00:00 2026-06-01T07:58:20+00:00

I have two dates namely the filecreation date and the system date both in

  • 0

I have two dates namely the filecreation date and the system date both in the int format as

        "20120304","20120404" which is something like YYYYMMDD.

i just want to take the MM part of these two dates these two dates are returned from a function as integers .

Please suggest some examples

Thanks

  • 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-01T07:58:21+00:00Added an answer on June 1, 2026 at 7:58 am

    although i prefer @keety’s answer,there is an other way.
    u can use string streams:

    for eg:

    #include <sstream>
    
    int i = 5;
    std::string s;
    std::stringstream out;
    out << i;
    s = out.str();
    

    so after you have your string as YYYYMMDD in a string varaible.
    substr(4,2) will be your month.
    you can later on use strtol for converting back to integer.

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

Sidebar

Related Questions

I have two dates.Got them from something like...... Calendar c=Calendar.getInstance(); year=c.get(c.YEAR); month=c.get(c.MONTH); month++; date=c.get(c.DATE);
I have two dates: how do I compare which one is greater date in
I have two dates in format(MM/dd/yyyy hh:mm:ss:SS). For the both dates I have converted
I have two date strings, in the format MM/DD/YYYY and would like to query
I have two dates in the format below: Start Date = 30-10-2009 End Date
I have two dates - a start and an end. I'd like to format
I am trying to compare two dates. I have this code which I thought
I would like to compare two dates in javascript. I have been doing some
I have two dates of the form: Start Date: 2007-03-24 End Date: 2009-06-26 Now
I have two dates, formated like "Y-m-d H:i:s". I need to compare these two

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.