Correctly entering AM/PM using NSDateFormatter
Correctly entering AM/PM using NSDateFormatter
- Subject: Correctly entering AM/PM using NSDateFormatter
- From: Chris Barnes <email@hidden>
- Date: Sat, 19 Oct 2002 23:57:20 -0700
I've attached a NSDateFormatter with the format "%1I:%M%p" to a cell.
But when the user enters an explicit reference to any time after noon
(say, 5:30 PM), it ends up being recorded as 5:30 AM. Shouldn't it
recognize the PM and mark it as 17:30?
Thanks,
Chris
_______________________________________________
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.