now() -> 2017-09-14 오전 8:28:21
date() -> 2017-09-14
time() -> 오전 8:28:21
formatDateTime(now(), 0) -> 2017-09-14 오전 8:28:21
formatDateTime(now(), 1) -> 2017년 9월 14일 목요일
formatDateTime(now(), 2) -> 2017-09-14
formatDateTime(now(), 3) -> 오전 8:28:21
formatDateTime(now(), 4) -> 08:28
unixtime -> dateDiff("s", "01/01/1970 00:00:00", now())
'Asp' 카테고리의 다른 글
엑셀 한글 깨짐 (0) | 2017.08.17 |
---|---|
utf-8 -> euc-kr 변환 (0) | 2013.06.25 |
select 테이블의 필드명 출력 (0) | 2013.04.26 |
오라클 CLOB select (0) | 2012.12.11 |
Excel header (0) | 2012.08.10 |