Re: locale now()

2011-03-30 Thread Richard White
thanks, in actual fact our clients have to sign up for the site, we can capture it then and will develop a function to calculate their dates... thought there may have been an easier way to do it :) That will not work alone, as this is still done on the server side and will always be the same

Re: locale now()

2011-03-27 Thread John M Bliss
http://www.bennadel.com/blog/1595-Converting-To-GMT-And-From-GMT-In-ColdFusion-For-Use-With-HTTP-Time-Stamps.htm On Sun, Mar 27, 2011 at 10:08 AM, Richard White rich...@j7is.co.uk wrote: Hi, when logging user activity we need to store the date and time in relation to the users local

RE: locale now()

2011-03-27 Thread Andrew Scott
based on that selection. Otherwise the default setting will be the servers date / time. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Monday, 28 March 2011 2:26 AM To: cf-talk Subject: Re: locale now

Re: locale now() [spamtrap bayes][spamtrap heur]

2011-03-27 Thread Paul Hastings
On 3/27/2011 10:08 PM, Richard White wrote: when logging user activity we need to store the date and time in relation to the users local country. is there a way to get the clients local time when using now() no. if cf touches the datetime it's server timezone (tz). use js/flex/air or

Re: Locale problems

2006-08-30 Thread Paul Hastings
Richard Kroll wrote: insight. I've got a resourceBundle CFC set up that uses the Java ICU4J library to manage my RBs. My problem comes up when I'm using why use icu4j for this? especially if you're *just* using core java locales rather than ULocale? if you want *all* the CLDR locales you

RE: Locale problems

2006-08-30 Thread Richard Kroll
- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 1:15 PM To: CF-Talk Subject: Re: Locale problems Richard Kroll wrote: insight. I've got a resourceBundle CFC set up that uses the Java ICU4J library to manage my RBs. My problem comes up when I'm using why use

Re: Locale problems

2006-08-30 Thread Paul Hastings
Richard Kroll wrote: I was under the impression that getLocale() and setLocale() worked on the current request. I was using setLocale(myQuery.userLocale) to set yes getLocale will return what the request locale is, which initially will be the server locale. the correct locale. But in

RE: locale of the JVM

2004-10-11 Thread Adrian Lynch
At a guess it's taken from the OS it's on, not sure if that's any help but! Ade -Original Message- From: Paul Wilson [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 02:31 To: CF-Talk Subject: locale of the JVM How do you edit the locale of the JVM? Is there a way of setting this without

RE: locale of the JVM

2004-10-11 Thread Matthew Walker
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/i18n11.htm _ From: Paul Wilson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 October 2004 2:31 p.m. To: CF-Talk Subject: locale of the JVM How do you edit the locale of the JVM? Is there a way of setting this without using SetLocale

RE: Locale functions and IE6

2002-02-26 Thread Aidan Whitehall
I can't get the LSCurrencyFormat function to work correctly in IE6 - I want to display GBP but it will only show dollars. The same function works fine in IE5+. There is a known bug with CFAS5 which displays dollars instead of pounds. Macromedia don't seem to be all that bothered about it

Re: Locale functions and IE6

2002-02-26 Thread Tristram Charnley
PROTECTED] Sent: Tuesday, February 26, 2002 12:48 PM Subject: RE: Locale functions and IE6 I can't get the LSCurrencyFormat function to work correctly in IE6 - I want to display GBP but it will only show dollars. The same function works fine in IE5+. There is a known bug with CFAS5 which

Re: locale settings on w2k

2001-06-25 Thread Paul Hastings
When I use LSCurrencyFormat it is decimal formatting numbers but adding a $ dollar sign, not a £ pound sign. you control cf's locale via the SetLocale function. unfortunately, what you're seeing looks like a bug. there appears to be several in cf's international functions

RE: Locale

2001-03-21 Thread Mark Woods
there is a setLocale() function, more info in the documentation. Mind you, I've never had to use it - I've just come across similar problems with VBScript ASP and SQL Server. Mark At 02:18 PM 3/20/2001, you wrote: I wasn't aware CF server has a Locale? u mean the box or the actual software?

RE: Locale

2001-03-21 Thread Neil Clark
This is the thing - I have already done an app which sets my Locale and as soon as I have set it up at the new server with the same attribs it defaults to a diff locale? hmm? Oh well - I managed to use currency format "none" and then trim the money field. ?? N

Re: Locale

2001-03-20 Thread Mark Woods
Have you set both CF and SQL server to use the same locale? At 12:24 PM 3/20/2001, you wrote: Anyone had any problems with settting a Locale? I am using SQL server and Although I have explicitly set it as UK it seems to be stuff in US? What other params so I need to check?

RE: Locale

2001-03-20 Thread Neil Clark
I wasn't aware CF server has a Locale? u mean the box or the actual software? N ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: