• 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
filterArrayWithQualifier: how do i set a fetch for timestamp for one day?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

filterArrayWithQualifier: how do i set a fetch for timestamp for one day?


  • Subject: filterArrayWithQualifier: how do i set a fetch for timestamp for one day?
  • From: "email@hidden" <email@hidden>
  • Date: Thu, 5 Jun 2003 21:59:31 +0200

hello,

i am developing a web-application with messages in an openbase database.
these messages have a NSTimestamp value with the time it was written.
i want to make a search on these messages and with text-search it
worked.

how can i filter objects that are written on one day?
i tried to use:

searchdate = new NSTimestamp(ayear, amonth, aday, 0, 0, 0, atimezone);
qualsearch = EOQualifier.qualifierWithQualifierFormat ("timestamp = '"+
searchdate()+"'", null);
EOQualifier.filterArrayWithQualifier(messageList, qualsearch);

how can i manage it?
please help!!!

christian telepski
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: filterArrayWithQualifier: how do i set a fetch for timestamp for one day?
      • From: Art Isbell <email@hidden>
  • Prev by Date: Re: [Newbie] WO 5.2/mySQL/EOModeler Alert No Reason Provided
  • Next by Date: Re: Picking up .wo changes
  • Previous by thread: Re: [Newbie] WO 5.2/mySQL/EOModeler Alert No Reason Provided
  • Next by thread: Re: filterArrayWithQualifier: how do i set a fetch for timestamp for one day?
  • Index(es):
    • Date
    • Thread