개발경험 및 메모/ASP
ASP 날짜 yyyy-MM-dd hh:mm:ss.sss 형식
ASP 에서 yyyy-MM-dd hh:mm:ss.sss 형식으로 날짜시간을 뽑는 함수이다. 기존 출처 블로그에서 밀리세컨드까지 추가시켰음. 2022-07-07 10:14:31.620 와 같이 출력됨. ' 현재시간 Format별로 가져오기 Function getDateTimeFormat(obj_date, dateFormat) Dim reValue, msType msType = False if false = IsDate(obj_date) then obj_date = now end if if dateFormat = "" then dateFormat = "yyyy-mm-dd h:n:s" msType = True end if ' 밀리세컨드를 구함 ms = Right("000" & (Timer * 1000) Mod..
2022. 7. 7. 12:52
최근댓글