Possible bug with NSDateFormatter??
Possible bug with NSDateFormatter??
- Subject: Possible bug with NSDateFormatter??
- From: Joseph Jones <email@hidden>
- Date: Thu, 22 May 2003 10:29:09 -0700
Hi all,
I am using an NSDateFormatter on one of my NSOutlineView columns. I am
setting the formatter format to the system local short date format (in
this case DD.MM.YYYY). Everything displays fine. However, when I try to
input date info in the same format (DD.MM.YYYY), the formatter will
either swap DD and MM, or refuse to accept the input if DD > 12. It
appears that the formatter, irregardless of format settings, is
requiring date input in MM.DD.YYYY format. This seems to be a bug to me
and something that is causing my users much heart ache. Am I doing
something wrong here, or is this a real bug with the frameworks?
Thanx,
joe
_______________________________________________
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.