From: Scott H. <sco...@us...> - 2005-07-25 05:31:33
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22774/src/org/actionstep Modified Files: NSCalendarDate.as Log Message: description() calls should now work Index: NSCalendarDate.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSCalendarDate.as,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NSCalendarDate.as 25 Jul 2005 05:28:39 -0000 1.2 --- NSCalendarDate.as 25 Jul 2005 05:31:23 -0000 1.3 *************** *** 309,313 **** locale:NSDictionary):String { ! return super.toString(); //!implement } --- 309,313 ---- locale:NSDictionary):String { ! return NSCalendarDate.formatDate(format, this, locale); //!implement } |