filterArrayWithQualifier: how do i set a fetch for timestamp for one day?
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.