Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 141

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 143

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 141

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 143

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 141

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 143

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 141

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 143

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 141

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php on line 143

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/context/Context.class.php on line 143

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 62

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 240

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 241

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 242

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 243

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 244

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 245

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 77

Warning: Cannot modify header information - headers already sent by (output started at /home1/dndnd222/public_html/zbxe/classes/db/DBMysql.class.php:141) in /home1/dndnd222/public_html/zbxe/classes/display/DisplayHandler.class.php on line 77
코드 클리핑 - 현재시간 구하기
JAVA byDreamy postedOct 21, 2015

현재시간 구하기

?

Shortcut

PrevPrev Article

NextNext Article

ESCClose

+ - Up Down Comment Print

방법1


String inDate   = new java.text.SimpleDateFormat("yyyyMMdd").format(new java.util.Date());
String inTime   = new java.text.SimpleDateFormat("HHmmss").format(new java.util.Date());


방법2


Calendar calendar = Calendar.getInstance();
            java.util.Date date = calendar.getTime();
            String today = (new SimpleDateFormat("yyyyMMddHHmmss").format(date));


나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 Cancel

Designed by sketchbooks.co.kr / sketchbook5 board skin

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5