[futurebasic] Re: [FB] International date routines

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2005 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Sat, 3 Sep 2005 08:44:26 -0400
In addition to other suggestions in this thread, in Panther or later 
you will want to use the new APIs:

CFLocale
CFNumberFormatter
CFDateFormatter
CFDateTimeFormatter

since the older methods are now deprecated.

Under Tools -> Scripts -> Ken's Scripts you might want to check out 
Time-CFTimeUtilties.xml for some examples of current date-time 
handling.


Ken