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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:27:11+00:00 2026-06-13T04:27:11+00:00

I want to compare two Calendar objects to see if they both contain the

  • 0

I want to compare two Calendar objects to see if they both contain the same date. I don’t care about any value below days.

I’ve implemented this and I can’t think about any case where it should fail:

private static boolean areEqualDays(Calendar c1, Calendar c2) {
    SimpleDateFormat sdf = new SimpleDateFormat("dd-MM-yyyy");
    return (sdf.format(c1.getTime()).equals(sdf.format(c2.getTime())));
}

Is this approach correct or should I compare c1 and c2 field by field?

  • 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-13T04:27:13+00:00Added an answer on June 13, 2026 at 4:27 am

    I’ve implemented this and I can’t think about any case where it should fail

    It will fail if the two calendars are in different time zones – they could represent the exact same millisecond, but that instant could fall into different days based on the time zone.

    It will also arguably fail if the two calendars represent different calendar systems – even if they represent the same “day”, if the two calendars would represent that day differently, you could argue that it should fail.

    Personally, I would strongly advise you to use Joda Time which has a LocalDate type to represent just a date – that would get rid of the time zone issue, but not the calendar system issue. If you can always assume that you’re using the same calendar system, then that’s okay.

    (Additionally, performing string operations just for comparison purposes is ugly – I’d just check calendar.get(Calendar.YEAR) etc directly.)

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

Sidebar

Related Questions

I want to compare two files and see if they are the same or
I want to compare two CSV files to see if they are different. I
I want to compare two routes to check if they are same or not
I want to compare two objects that are derived from the same base type
I want to compare two vector images (say SVG) and see how close they
I want to compare two XML files, they are the same as each other.
I want to compare two strings for equality when either or both can be
I would like to compare two columns in the same table. I want to
I want to compare two strings for any match ie; my two string are
I want to compare two hashes. Each can have more than 20,000 objects. I

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.