Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur] [spamtrap bayes][spamtrap heur]

2010-12-23 Thread Paul Hastings
On 12/23/2010 5:01 PM, denstar wrote: > You can plop the locale stuff in there as your own Chronology, to say, > have a week start on Sunday instead of Monday, neh? Or maybe just do > a minus-1 somewhere? geez, that's like going back to cf5 where you have to know everything about locales yourse

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur] [spamtrap bayes][spamtrap heur]

2010-12-23 Thread denstar
On Thu, Dec 23, 2010 at 1:06 AM, Paul Hastings wrote: > > On 12/23/2010 1:12 PM, denstar wrote: >> You deal with it a lot.  I dabble, and went to a nifty presentation on >> Joda, so... works for me.  =) > > but joda has no functionality for using locales nor for figuring out week > start > days,

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur] [spamtrap bayes][spamtrap heur]

2010-12-23 Thread Paul Hastings
On 12/23/2010 1:12 PM, denstar wrote: > You deal with it a lot. I dabble, and went to a nifty presentation on > Joda, so... works for me. =) but joda has no functionality for using locales nor for figuring out week start days, etc based on locales. can't see how it would work for anybody in th

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur] [spamtrap bayes][spamtrap heur]

2010-12-22 Thread denstar
On Wed, Dec 22, 2010 at 10:26 PM, Paul Hastings wrote: > > On 12/23/2010 11:19 AM, denstar wrote: >> Joda seems pretty swell too. > > always thought joda was kind of like swatting a fly w/a battleship & specific > to > this case "it don't know no steenking locales" ;-) Heh! =)p I am partial to

Re: Internationalization of Week() function in CF - Last resort to Java [spamtrap heur] [spamtrap bayes][spamtrap heur]

2010-12-22 Thread Paul Hastings
On 12/23/2010 11:19 AM, denstar wrote: > Joda seems pretty swell too. always thought joda was kind of like swatting a fly w/a battleship & specific to this case "it don't know no steenking locales" ;-) icu4j is almost always the best choice when it comes to i18n functionality. ~~~