all groups > coldfusion flash integration > august 2006 >
You're in the

coldfusion flash integration

group:

Wrong Date From CFGRID



Wrong Date From CFGRID ttedeschi
8/22/2006 9:05:02 PM
coldfusion flash integration: Hello everyone-
I'm displaying a bound date value from a CFGRID. The source SQL column (MS
SQL) contains "8/22/2006 4:48 PM" but the bound result displays "Wed Aug 16
11:01:53 GMT-0400 2006". I'm not really concerned with formatting the date at
this point, just trying to display the correct data. This only seems to happen
when I'm getting data from CFGRID. Otherwise, all displays correctly. Any
thoughts? Thanks in advance...



<cfformgroup type="horizontal" height="15">
<cfformitem type="text" width="60"
style="text-align:right;">Created</cfformitem>
<cfformitem type="text" width="240"
bind="{tasks_grid.selectedItem.dtCreate}" />
</cfformgroup>
Re: Wrong Date From CFGRID Rick
9/5/2006 9:14:20 PM
The assumption is that the database field is dtCreate?


[quoted text, click to view]

AddThis Social Bookmark Button