couple ways to do this.  One is to pass the date info as a string and
convert to Date in Flex...think about using a setter.  Other way is to
massage the incoming date by adding the timeZoneOffset property of Date,
basically undoing what Flex/Flash does there.  Again, think of using the
setter in your object for this.


Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


On Wed, May 20, 2009 at 1:58 PM, <[email protected]> wrote:

> We've just deployed an application that displays some dates pulled from a
> database and formatted with this date formatter:
>
> <mx:DateFormatter id="dateFormatter" formatString="MMM DD, YYYY"/>
>
> Everything works fine for users in our time zone but for anyone in
> different one, it shows as a day earlier.  Is there a way to force the Flash
> player to use the date/time from the point of origin?  We're using CF and
> RemoteObject calls to get the data from the database.
>
> Thanks,
>
> --
> Andy Fox
> Systems Analyst III
> Georgia Tech OIT-EIS
> 404-894-4413
>
>
> -------------------------------------------------------------
> To unsubscribe from this list, simply email the list with unsubscribe in
> the subject line
>
> For more info, see http://www.affug.com
> Archive @ http://www.mail-archive.com/discussion%40affug.com/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
>
>
>

Reply via email to