How to query a date in a MySQL database?
How to query a date in a MySQL database?
- Subject: How to query a date in a MySQL database?
- From: Kitwana Akil <email@hidden>
- Date: Fri, 25 Apr 2003 12:59:45 -0400
I have a model with a table that has the following column:
Attribute name: date
Value Class: NSCalendarDate
External Type: Date
How do I search this column so that I can return results from a string
enter for a search. For example:
User enters: "Apr 21, 2003"
I want to return results based on all rows in the database that are
equal to this date. Can someone explain how to convert the date into a
form that I can use to query the database.
Kitwana
_______________________________________________
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.