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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:42:06+00:00 2026-05-28T17:42:06+00:00

I am trying to convert an string date to a NSDate to make some

  • 0

I am trying to convert an string date to a NSDate to make some changes in the format.. but it is always returning nil!

This is my code:

NSDateFormatter *df = [[NSDateFormatter alloc] init];

//Mon Jan 30 17:40:12 +0000 2012
[df setDateFormat:@"ccc MMM dd HH:mm:ss Z yyyy"];
[df setTimeStyle:NSDateFormatterFullStyle];
[df setFormatterBehavior:NSDateFormatterBehavior10_4];
[df setLocale:[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]];

NSDate *date1 = [df dateFromString:strData];

I have tried this format too:

[df setDateFormat:@"EEE MMM dd HH:mm:ss z yyyy"];

I have tried this table:

http://www.deanoj.co.uk/ios-development/nsdateformatter-formatting-strings-reference/

I have tried these links.. and a lot of others:

Convert NSString to NSDate with string format "Sun, 08 Jan 2012 13:57:38 +0000"

NSDateFormatter dateFromString returns nil

How to format Facebook/Twitter dates (from the JSON feed) in Objective-C

Could someone help me please?

Thanks in advance!

  • 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-28T17:42:07+00:00Added an answer on May 28, 2026 at 5:42 pm

    If I take your code and modify it to this:

    [df setDateFormat:@"ccc MMM dd HH:mm:ss Z yyyy"];
    // [df setTimeStyle:NSDateFormatterFullStyle];
    // [df setFormatterBehavior:NSDateFormatterBehavior10_4];
    [df setLocale:[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]];
    
    NSDate *date1 = [df dateFromString:@"Mon Jan 30 17:40:12 +0000 2012"];
    NSLog( @"date is %@", date1);
    

    I’m getting:

    2012-01-30 11:36:38.339 TestApp[32182:f803] date is 2012-01-30 17:40:12 +0000
    

    Seems like all you should need to do is comment (or remove) those two lines.

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

Sidebar

Related Questions

I am trying to convert a date/time string in this format YYYY/MM/DD/HH:MM:SS to a
I am trying to convert string into NSDate using following code. NSString *old =
I'm trying to convert string to date format.I trying lot of ways to do
i am trying to convert a date string to date format >>> str =
I'm trying to convert a string into a date format My string looks like
I am trying to convert a string to proper date format using Java's SimpleDateFormat
I am trying to convert a date into this format YYYY-MM-DD hh:mm:ss eg. 2007-01-05
I'm trying to convert this string 2011-11-23T17:59:00Z to an NSDate. I've seen many people
I am trying to convert a string into date time format. DateTime.Parse(tempfrmBankDetails.dgvBankDetails.SelectedRows[0].Cells[PaymentDate].Value.ToString(),null); This is
I am trying to convert my string formatted value to date type with format

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.