• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EOFetchSpecification - sorting by partial date
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOFetchSpecification - sorting by partial date


  • Subject: EOFetchSpecification - sorting by partial date
  • From: Calven Eggert <email@hidden>
  • Date: Mon, 13 Jul 2015 12:02:05 -0400

Hi, All

I have a fetch that sorts records by three columns where one of the columns is a date (timestamp).  Is there a way to sort the date by month & year only?


Thanks,
Calven

Here is the current fetch:

	...
	 EOSortOrdering sortBySource = new EOSortOrdering("source", EOSortOrdering.CompareCaseInsensitiveAscending);
	 EOSortOrdering sortByAppt = new EOSortOrdering("appointmentDate", EOSortOrdering.CompareCaseInsensitiveAscending);
     	 EOSortOrdering sortBySite = new EOSortOrdering(“site", EOSortOrdering.CompareCaseInsensitiveAscending);
     	 NSMutableArray orderings = new NSMutableArray();
     	 orderings.addObject(sortBySource);
     	 orderings.addObject(sortByAppt);
     	 orderings.addObject(sortBySite);
	 EOFetchSpecification spec = new EOFetchSpecification(“records", qual, orderings);


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: EOFetchSpecification - sorting by partial date
      • From: Theodore Petrosky <email@hidden>
    • Re: EOFetchSpecification - sorting by partial date
      • From: Samuel Pelletier <email@hidden>
  • Prev by Date: Re: Deployment on Windows 2012 R2
  • Next by Date: Re: EOFetchSpecification - sorting by partial date
  • Previous by thread: I'm Surprised I Don't Know The Answer to This
  • Next by thread: Re: EOFetchSpecification - sorting by partial date
  • Index(es):
    • Date
    • Thread