dates and times in emacs lisp

Posted by Stephen on Stack Overflow See other posts from Stack Overflow or by Stephen
Published on 2010-05-25T00:47:14Z Indexed on 2010/05/25 0:51 UTC
Read the original article Hit count: 358

Filed under:
|

Hi, I understand emacs lisp is great for handling dates and times, but does it have a function to convert strings to internal representation of integers using formats like %Y, %m, %d, %H, %M, %S, and so on? And also, in the emacs reference manual, it says that times are lists of two or three integers, but is there a more formal specification or description? ~ Thanks ~

© Stack Overflow or respective owner

Related posts about emacs

Related posts about emacs-lisp