|
The Date class can you give the timezone
offset (http://livedocs.macromedia.com/flex/15/flex_docs_en/00001305.htm) and you
could then use that to figure out how to write your timezone. We don’t
have anything built into the formatter but you could extend the formatter, call
super.format(…) and then append the timezone yourself. Of course it
will be easier to do it using GMT+8 or GMT-5 for example, otherwise you’ll
need to have some form of map that takes the minutes and produces EST, PST (or
EDT/PDT if you’re dealing with daylight savings time). Matt From: I have used the DateFormatter, but unfortunately cannot seem to get it Yahoo! Groups Links
|

