• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Converting NSCalendarDate to NSString with local language
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Converting NSCalendarDate to NSString with local language


  • Subject: Re: Converting NSCalendarDate to NSString with local language
  • From: Nick Müller <email@hidden>
  • Date: Thu, 21 Mar 2002 11:47:09 +0100

On 20.03.2002 at 14:36 Uhr, Lorenzo Puleo wrote:

> NSString *today = [[NSCalendarDate calendarDate]
> descriptionWithCalendarFormat: @"%A %d %B %Y"];

Use:
[[NSCalendarDate calendarDate] descriptionWithCalendarFormat: @"%A"
locale:[[NSUserDefaults standardUserDefaults]
dictionaryRepresentation]];

Nick
_______________________________________________
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.

  • Prev by Date: Re: Show/Hide a component?
  • Next by Date: Is there a simple to encrypt/decrypt Cocoa objects
  • Previous by thread: Converting NSCalendarDate to NSString with local language
  • Next by thread: Show/Hide a component?
  • Index(es):
    • Date
    • Thread