On Dec 29, 2011, at 1:39 PM, Sandro Noël wrote: > NSLocale *locale = [[NSLocale alloc]initWithLocaleIdentifier:@"en_US"];
You're trying to parse a Canadian-format string, but initializing the formatter with the US locale. You probably want something like "fr_CA" (since I'm assuming this is a Quebecois thing only.) —Jens_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com