I would like to use a simpler date than the one in:
(defvar mew-cite-fields '("From:" "Subject:" "Date:"))
which gives a detailed date:
Sun, 07 Apr 2002 19:58:33 -0400 (EDT)
I just want:
07 Apr 2002
Is there a way to do this without string manipulation?
Chris