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: 429
        
emacs
|emacs-lisp
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