Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
none9898 #1
flash forms/cfgrid db query timezone diffrence
I have a flash forms app. with a cfgrid and several cfinputs bound to the grid
data that show a query's returned data datetime type ahead by 2 hours. I
trouble shot and trouble shot and found that the since the server is two hours
behind (mountain) and my computer's clock is two hours ahead of the
server(eastern), that the flash form alters the time of the datetime type. If
I return the data from the query in a cfoutput it returns fine. And if I
change my computer clock's timezone to the server's timezone the data in the
flash form returns fine.
My first thought would try to change the timezone settings for everyone who
visits the site with javascript or something. I just want the data that is
returned from the query to be exactly what is stored in the db and then mask to
display the data the way i would like. Is there anything that anyone can
suggest to make the app. available to anyone in any timezone? Thanks in
advance.
none9898 Guest
-
Tab Navigation with Flash Forms/CFGrid
I have three tabs for three different types of comodities. The user can search for that part on either one of the tabs. When they select search,... -
Flash forms adding the difference for timezone
I am still having the same trouble and getting no replys to why my flash form is changing my datetime data ahead by the difference the server and my... -
CFMX7 flash forms cfgrid time is two hours ahead in grid
I can't understand a query to the database and output to a cfgrid inside a flash form. My db is mysql and cfmx7 is the server. The info that I am... -
CF7 Flash forms cfgrid and accordion
I'm working with Flash forms in CF7. What I have is a 2-pane accordion. Pane 1 contains a Flash grid showing a list of all the records in a database... -
CFGRID sort in Flash forms
Has anyone gotten sort="no" to work in a flash <CFGRID> ? Brendan -
Mike Nimer #2
Re: flash forms/cfgrid db query timezone diffrence
It should be showing the date in the query. Can you send me a simple test
case, with data (queryNew() works great for this).
thanks,
---nimer
"none9898" <webforumsuser@macromedia.com> wrote in message
news:d085ki$hg2$1@forums.macromedia.com...>I have a flash forms app. with a cfgrid and several cfinputs bound to the
>grid
> data that show a query's returned data datetime type ahead by 2 hours. I
> trouble shot and trouble shot and found that the since the server is two
> hours
> behind (mountain) and my computer's clock is two hours ahead of the
> server(eastern), that the flash form alters the time of the datetime type.
> If
> I return the data from the query in a cfoutput it returns fine. And if I
> change my computer clock's timezone to the server's timezone the data in
> the
> flash form returns fine.
>
> My first thought would try to change the timezone settings for everyone
> who
> visits the site with javascript or something. I just want the data that
> is
> returned from the query to be exactly what is stored in the db and then
> mask to
> display the data the way i would like. Is there anything that anyone can
> suggest to make the app. available to anyone in any timezone? Thanks in
> advance.
>
Mike Nimer Guest



Reply With Quote

