updated documentation
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/98867f4d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/98867f4d Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/98867f4d Branch: refs/heads/develop Commit: 98867f4df8c50ddf4c7f79cb3537cde385b0d28a Parents: e4bd86d Author: Justin Mclean <[email protected]> Authored: Sat May 17 08:04:06 2014 -0700 Committer: Justin Mclean <[email protected]> Committed: Sat May 17 08:04:06 2014 -0700 ---------------------------------------------------------------------- frameworks/projects/framework/src/mx/formatters/DateFormatter.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/98867f4d/frameworks/projects/framework/src/mx/formatters/DateFormatter.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/framework/src/mx/formatters/DateFormatter.as b/frameworks/projects/framework/src/mx/formatters/DateFormatter.as index fed3fc6..6fba2d1 100644 --- a/frameworks/projects/framework/src/mx/formatters/DateFormatter.as +++ b/frameworks/projects/framework/src/mx/formatters/DateFormatter.as @@ -62,7 +62,7 @@ use namespace mx_internal; * * <pre> * <mx:DateFormatter - * formatString="Y|M|D|A|E|H|J|K|L|N|S|Q" + * formatString="Y|M|D|A|E|H|J|K|L|N|S|Q|O|Z" * /> * </pre> *
