You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/06/18 13:13:30 UTC

git commit: [flex-sdk] [refs/heads/develop] - Change out of range month should only be in range 0 -11

Updated Branches:
  refs/heads/develop 04b8b35ca -> 1101b8d68


Change out of range month should only be in range 0 -11


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1101b8d6
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1101b8d6
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1101b8d6

Branch: refs/heads/develop
Commit: 1101b8d685e000e842d3e76430c4f560f3043800
Parents: 04b8b35
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Jun 18 21:10:09 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Jun 18 21:10:09 2013 +1000

----------------------------------------------------------------------
 .../formatters/DateTimeFormatter/SWFs/DF_StyleManager_Main.mxml  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1101b8d6/mustella/tests/spark/formatters/DateTimeFormatter/SWFs/DF_StyleManager_Main.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/spark/formatters/DateTimeFormatter/SWFs/DF_StyleManager_Main.mxml b/mustella/tests/spark/formatters/DateTimeFormatter/SWFs/DF_StyleManager_Main.mxml
index 56662de..24bfe59 100644
--- a/mustella/tests/spark/formatters/DateTimeFormatter/SWFs/DF_StyleManager_Main.mxml
+++ b/mustella/tests/spark/formatters/DateTimeFormatter/SWFs/DF_StyleManager_Main.mxml
@@ -41,11 +41,11 @@
 			import mx.styles.IStyleManager2;
 			import spark.events.TextOperationEvent;
 			
-			private var aDate:Date =  new Date(2009, 12, 1);
+			private var aDate:Date =  new Date(2009, 11, 1);
 			private var myStyleManager:IStyleManager2 ;
 			
 			public function testDateFormatter(Object:String):void {
-				aDate =  new Date(2009, 12, 1);
+				aDate =  new Date(2009, 11, 1);
 				switch (Object)
 				{
 					//case 1 is for testing current styles