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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:57:47+00:00 2026-05-27T15:57:47+00:00

i want to format my date which comes from coreData. i am getting the

  • 0

i want to format my date which comes from coreData.
i am getting the date from coredata with this line of code:

[[managedObject valueForKey:@"presentationDate"] description]

i know that i can format the NSDate with NSDateFormatter.

here is my code:

NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init];
[dateFormat setDateFormat:@"dd.MMM.yyyy"];

NSDate *date = (NSDate *) 
[[managedObject valueForKey:@"presentationDate"] description];

NSLog(@"theDate: |%@| \n", [dateFormat stringFromDate:date]);//output is null

The output ist null. I cant find the right way to put out the date correctly. please help.

  • 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-27T15:57:48+00:00Added an answer on May 27, 2026 at 3:57 pm

    If presentationDate is a DATE and its class is DATE in the managed object, then the error is here

    NSDate *date = (NSDate *) 
    [[managedObject valueForKey:@"presentationDate"] description];
    

    You’d better writing this

    NSDate *date = (NSDate*) [managedObject valueForKey:@"presentationDate"] ;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use system's date/time which is in mm/dd/yy format in code. But
I am using google data api which gives date in datetime format. I want
I want to insert a date of the format YYYY-MM-DD which is entered by
I want to retrieve de year out of this date (european format date) i
I want to change this date format: Tue Apr 3 15:00:03 GMT+0300 2012 to
I've the next problem: when I recieve date from server, I want to format
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
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,

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.