* Dave Pearson <[EMAIL PROTECTED]> [2002-03-14 09:27]:
> * Sven Guckes <[EMAIL PROTECTED]> [2002-03-13 17:40:27 +0100]:
> > Which editors parse for dates?  examples?  (anyone?)
> Some people consider emacs to be an editor.

oh - that one.

> ,----
> | *** 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)
> `----

looks like the parsing can still be enhanced.  *ehem*

Sven

-- 
off topic?  what?

Reply via email to