* Sven Guckes <[EMAIL PROTECTED]> [2002-03-13 17:40:27 +0100]:

> * MuttER <[EMAIL PROTECTED]> [020313 14:17]:
> 
> > Many editors would have difficulty recognizing and parsing your date
> > format.
> 
> Which editors parse for dates?  examples?  (anyone?)

Some people consider emacs to be an editor.

,----
| *** Welcome to IELM ***  Type (describe-mode) for help.
| ELISP> (require 'parse-time)
| parse-time
| 
| ELISP> (parse-time-string "Wed, 13 Mar 2002 17:40:27 +0100")
| (27 40 17 13 3 2002 3 nil 3600)
| 
| ELISP> (parse-time-string "2002-03-13 17:40:27 +0100")
| (27 40 17 13 3 2002 nil nil 3600)
| 
| ELISP> (parse-time-string "020313 14:17")
| (0 17 14 nil nil nil nil nil nil)
`----

-- 
Dave Pearson:                   |     lbdb.el - LBDB interface.
http://www.davep.org/           |  sawfish.el - Sawfish mode.
Emacs:                          |  uptimes.el - Record emacs uptimes.
http://www.davep.org/emacs/     | quickurl.el - Recall lists of URLs.

Reply via email to