<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title id="page-title">Extjs4</title>
	<link rel="stylesheet" type="text/css" href="resources/css/ext-all.css">
	<script type="text/javascript" src="ext-all.js"></script>
	<script type="text/javascript">
	Ext.onReady(function(){
	
		var date = new Date( 2019, 12, 1, 12, 30) ; 
		
		var dateFormat = "Y-m-d H:i:s"
	
		console.log( Ext.Date.format( date , dateFormat ) )  ; 
		
		//-- 출력 : 2020-01-01 12:30:00 
		
	}); 
	</script>   
	
</head>
<body>
</body>
</html> 

 

블로그 이미지

나무뚱이

,