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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:11:28+00:00 2026-05-25T10:11:28+00:00

I have an entity with an attribute date which is an NSDate. How would

  • 0

I have an entity with an attribute date which is an NSDate. How would I construct a predicate to get the earliest date stored in the model?

I want to be able to calculate the number of days between now and the earliest date in the entity you see so I can lay them out in a tableview one day at a time. This bit I’m sure I can do myself.

Thanks for all your 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-25T10:11:29+00:00Added an answer on May 25, 2026 at 10:11 am

    Construct an NSExpression to retrieve the minimum date. Something like the following:

    NSExpression *keyPathExpression = [NSExpression expressionForKeyPath:@"date"];
    NSExpression *minDateExpression = [NSExpression expressionForFunction:@"min:"
        arguments:[NSArray arrayWithObject:keyPathExpression]];
    

    You can then wrap this in an NSExpressionDescription, call setPropertiesToFetch: on your request, and execute it as normal. Instead of returning an array of managed objects, it will now return a dictionary containing the result of your expression—the minimum date.

    See the Fetching Specific Values section of Apple’s Core Data Programming Guide for a more detailed explanation and sample code.

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

Sidebar

Related Questions

suppose that I have this RDBM table ( Entity-attribute-value_model ): col1: entityID col2: attributeName
I have an entity that maps to an external oracle table which is one
In my Core Data managed object model, I have an entity Foo with a
Let's say you have a domain entity User and you want to support the
In our database model we have a Beneficiary entity. A beneficiary can be a
I use Entity framework for creating model. I have table hierarchy where User is
Using NHibernate.Mapping.Attributes, I have a entity class with something like: [Class] public class EntityA
I have an entity class that has a property with an underlying db column
Lets say I have an entity Foo, and it contains a list of another
Here's what I'm trying to do : I have an entity Task with a

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.