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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:10:18+00:00 2026-05-27T10:10:18+00:00

I need to compare 2 string dates to see if one date is later

  • 0

I need to compare 2 string dates to see if one date is later then another. The date format for both dates is at the bottom. i can rearrange this for what ever is easiest. I have boost but it doesn’t have to be, ive been through so many examples and can’t seem to wrap my brain around getting it to work. Thanks in advance basically i want

2012-12-06 14:28:51

if (date1 < date2) {
 // do this
}
else {
 // do that
}  
  • 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-27T10:10:19+00:00Added an answer on May 27, 2026 at 10:10 am

    It looks like the date format your using is already in lexicographical order and a standard string comparison will work, something like:

    std::string date1 = "2012-12-06 14:28:51";
    std::string date2 = "2012-12-06 14:28:52";
    if (date1 < date2) {
        // ...
    }
    else {
        // ...
    }
    

    You will need to make sure that spacing and punctuation is consistent when using this format, in particular something like 2012-12-06 9:28:51 will break the comparison. 2012-12-06 09:28:51 will work though.

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

Sidebar

Related Questions

All I need is to compare dates represented by string values in the format
I have a date with String format 09-06-2011. I need to compare it with
I get two strings formated like (Brazilian Format): DD/MM/YYYY, I need to compare both.
I have a date in the string format in a table and I need
I need to compare two value (date) from query . String myFormatString = yyyyMMdd;
hi there i can compare people birthday in format YYYY-MM-DD with string (strcmp) functions.
String comes back from the database with a format: '00/00/0000' I need to then
In my code I need to compare string letters but my problem is that
I need to compare two dates with time (am/pm). I used the following code.
I want to compare between two dates. From both the dates, I am fetching

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.