Programming

(emacs lisp) date/time

steloflute 2015. 2. 3. 23:30

date:

(format-time-string "%Y-%m-%d")

 

time:

ELISP> (format-time-string "%H:%M:%S")
"16:33:00"

'Programming' 카테고리의 다른 글

(Java) Reading Directly from a URL  (0) 2015.03.12
Pythonic Clojure  (0) 2015.02.09
[Make] PHONY / FORCE  (0) 2014.11.10
Understanding “extern” keyword in C  (0) 2014.11.08
Smashing The Stack For Fun And Profit  (0) 2014.11.07