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

  • Home
  • SEARCH
  • 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 7404631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:16:55+00:00 2026-05-29T05:16:55+00:00

I have a problem with Date instance. I did the following: Date startDate =

  • 0

I have a problem with Date instance. I did the following:

Date startDate = new Date(); //this is from database value
Date todayDate = new Date(); //this is created locally

Now when am trying to compare them, the only issue is that the Date instance will have time, so when I check if they are equal it probably wouldn’t give the same thing I expect, but rather less or more. I tested the following:

    System.out.println(rsv.startDate);
    System.out.println("Today date:"+todayDate);
    if(rsv.startDate.equals(todayDate)){
        System.out.println("Equal!");
    }else if(rsv.startDate.after(todayDate)){
        System.out.println("After!!");
    }else{
        System.out.println("Before!!!!");
    }

and although both are 5th feb but it shows output of Before instead of equal. How can I remedy this? I know about SimpleDateFormat but that would change the date to strings.

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-05-29T05:16:56+00:00Added an answer on May 29, 2026 at 5:16 am

    For Date operation you can use Joda utility. Following snippet code shows compare two date :

    DateTime one = new DateTime(original-Date-1);
    DateTime two = new DateTime(original-Date-2);
    
    LocalDate oneDate = one.toLocalDate();
    LocalDate twoDate = two.toLocalDate();
    
    return oneDate.compareTo(twoDate);
    

    You can see: http://joda-time.sourceforge.net/index.html

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

Sidebar

Related Questions

I have a problem with a plone-instance. On startup i get this CRITICAL Message
I have a bizzare problem with php date function. code: $numDays = 8; $date
i have one problem when i sort the NSMutablearray using date and time wise.
With reference to Problem with date day/month reversing on save I have further noted
I have a weird date rounding problem that hopefully someone can solve. My client
I have problem compilin this code..can anyone tell whats wrong with the syntax CREATE
I have a problem here and no have ideia to solution this. I have
I am generating new xml file using perl script but I have small problem,
have one problem, I need the dates in Swedish format, for instance, october is
I have a problem with Java xml validation. I have the following xsd: <?xml

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.