NSDateFormatter bug??
NSDateFormatter bug??
- Subject: NSDateFormatter bug??
- From: Donald Hall <email@hidden>
- Date: Sat, 25 May 2002 00:44:26 -0600
I attached an NSDateFormatter to a column in a table view in Interface
Builder. It works fine unless I include '%p' in the format string (AM/PM
designation). If I select a table cell in the column for editing, then
tab to the next column with or without editing changes, the table cell
becomes blank, and
TableView.tableView:setObjectValue:forTableColumn:row: is passed a null
object.
In other words @"%I:%M" works as expected, but @"%I:%M%p" produces the
above strange behavior.
Is this a bug, or what? I couldn't find anything in the release notes.
(Still using December tools and 10.1.3.)
Thanks for any suggestions.
Don
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.