| Index: source/samples/dtitvfmtsample/dtitvfmtsample.cpp
 | 
| diff --git a/source/samples/dtitvfmtsample/dtitvfmtsample.cpp b/source/samples/dtitvfmtsample/dtitvfmtsample.cpp
 | 
| index 1d2e57255ff5cfc01145aa54c4a4aefc8ed81ce3..7968d4ddac35dd144d819bf9ae5da704f7b360db 100644
 | 
| --- a/source/samples/dtitvfmtsample/dtitvfmtsample.cpp
 | 
| +++ b/source/samples/dtitvfmtsample/dtitvfmtsample.cpp
 | 
| @@ -1,5 +1,5 @@
 | 
| -/********************************************************************************
 | 
| -* Copyright (C) 2008-2013, International Business Machines Corporation and
 | 
| +/******************************************************************************
 | 
| +* Copyright (C) 2008-2014, International Business Machines Corporation and
 | 
|  * others. All Rights Reserved.
 | 
|  *******************************************************************************
 | 
|  */
 | 
| @@ -71,14 +71,6 @@ static void dtitvfmtPreDefined() {
 | 
|          }
 | 
|  	u_fclose(out);
 | 
|  	//! [dtitvfmtPreDefined]
 | 
| -/* output of the sample code:
 | 
| -  *********************************************************************************************************************************************************
 | 
| -   Skeleton		from								to								Date Interval in en_US				Date Interval in Ja
 | 
| -   yMMMd			2007-10-10 10:10:10					2008-10-10 10:10:10				Nov 10, 2007 – Nov 10, 2008			2007年11月10日~2008年11月10日 
 | 
| -   MMMMd			2008-10-10 10:10:10					2008-11-10 10:10:10				November 10 – December 10			11月10日~12月10日 
 | 
| -   jm				2008-11-10 10:10:10					2008-11-10 15:10:10				10:10 AM – 3:10 PM					10:10~15:10
 | 
| -
 | 
| -  *********************************************************************************************************************************************************/
 | 
|  }
 | 
|  
 | 
|  static void dtitvfmtCustomized() {
 | 
| @@ -139,14 +131,6 @@ static void dtitvfmtCustomized() {
 | 
|         }
 | 
|  	u_fclose(out);
 | 
|  	//! [dtitvfmtCustomized]
 | 
| -/* output of the sample code:
 | 
| -  ***************************************************************************************************************************************************************
 | 
| -   Skeleton		from						to							Date Interval in en_US							Date Interval in Ja
 | 
| -   yMMMd			2007-10-10 10:10:10			2007-11-10 10:10:10			2007 Diff Oct 10 --- Nov 10						2007 Diff 10月 10 --- 11月 10
 | 
| -   yMMMd			2007-11-10 10:10:10			2007-11-10 22:10:10			Nov 10, 2007									2007年11月10
 | 
| -   Hm				2007-10-10 10:10:10			2007-11-10 10:10:10			10/10/2007, 10:10 ~~~ 11/10/2007, 10:10			2007/10/10 10:10 ~~~ 2007/11/10 10:10
 | 
| -   Hm				2007-11-10 10:10:10			2007-11-10 22:10:10			2007 Nov 10 10:10 ~ 22:10						2007 11月 10 10:10 ~ 22:10
 | 
| -  ***************************************************************************************************************************************************************/	
 | 
|  }
 | 
|  
 | 
|  int main (int argc, char* argv[])
 | 
| @@ -154,4 +138,4 @@ int main (int argc, char* argv[])
 | 
|  	dtitvfmtPreDefined();
 | 
|  	dtitvfmtCustomized();
 | 
|  	return 0;
 | 
| -}
 | 
| +}
 | 
| 
 |