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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:49:37+00:00 2026-05-28T04:49:37+00:00

I want to format a date from a string. I can do it this

  • 0

I want to format a date from a string. I can do it this way:

NSString *str = @"Fri, 13 Jan 2012 12:25:49 +0000";
NSLog(@"String: %@", str);
NSDateFormatter *df = [[NSDateFormatter alloc] init];
[df setDateFormat:@"eee, dd MMM yyyy HH:mm:ss ZZZZ"];
NSDate *datefrom = [df dateFromString:str];
NSLog(@"NSDate: %@", datefrom);
[df setDateFormat:@"dd/MM/yyyy"];
str = [df stringFromDate:datefrom];
NSLog(@"Formated String: %@", str);

But that’s useless because I want to be able to format different dates. So when I do this:

NSString *str = [[stories objectAtIndex:0] objectForKey:@"date"];
NSLog(@"String: %@", str);
NSDateFormatter *df = [[NSDateFormatter alloc] init];
[df setDateFormat:@"eee, dd MMM yyyy HH:mm:ss ZZZZ"];
NSDate *datefrom = [df dateFromString:str];
NSLog(@"NSDate: %@", datefrom);
[df setDateFormat:@"dd/MM/yyyy"];
str = [df stringFromDate:datefrom];
NSLog(@"String Formatada: %@", str);

It simply doesn’t work. I checked the output for [[stories objectAtIndex:0] objectForKey:@”date”] and it’s exactly the same string as @”Fri, 13 Jan 2012 12:25:49 +0000″

I compared the 2 strings to check if I wasn’t reading them wrong. Here’s the code I used to compare:

if ([[[stories objectAtIndex:0] objectForKey:@"date"] isEqualToString:@"Fri, 13 Jan 2012 12:25:49 +0000"]) {
    NSLog(@"They are the same");
}
else NSLog(@"They are NOT the same");

But they don’t seem to be the same because I always get “They are NOT the same” as the output, even though they’re visually exactly the same. Any idea?

  • 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-28T04:49:38+00:00Added an answer on May 28, 2026 at 4:49 am

    Are you sure that the object returned by [[stories objectAtIndex:0] objectForKey:@”date”] is an NSString and not an NSDate object? It might look the same when you log it, so the only way to tell is to check the type which you could do by logging:

    NSLog(@”%@”, NSStringFromClass([str class]));

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

Sidebar

Related Questions

i want to format date to string in hql select, for example i have
I want to format a date object so that I can display strings such
I have a date string in format 08/1999 I want to get the first
My date is coming in string format from server Output of date come like
Basically, I'm getting a date time string from an API, and I want to
Basicaly I want to format a Date object using a specific pattern and the
I have a Date format: 2009-08-10T16:03:03Z that I want to convert to: @MMM dd,
I am having trouble displaying Date s in the format I want in my
I want to match a date in the format day/month/year. where day is two
In ruby I am parsing a date in the following format: 24092008. I want

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.