Still need help: I have to assume that this functionality is needed all the time when using Flex with a database application. I must be overlooking the solution.
I have a currency field which is retrived via a remoting service and the data is 123.45. When I display it in a form I need to format it as $123.45. I have done that with the currencyformatter. But now when I need to return the data to the server I want the raw data (unformatted) as 123.45. --- In [email protected], "darylgmyers" <[EMAIL PROTECTED]> wrote: > > I have a VO which contains a date field formatted as 2007-01-01. This > is how the HTTP service retrieves the data. I want to format the date > as 01/01/2007 in the display but keep the internal date 2007-01-01 so > that I can send the VO back for update. What is the best way to keep > the internal date formatted one way and the external date formatted > another. > > This same issue will come into play with currency fields, etc. >

