[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: time into list
- Subject: Re: time into list
- From: hohmann@zug.csmil.umich.edu
- Date: Fri, 08 May 92 14:43:37 -0400
- Cc: info-mcl@cambridge.apple.com
- In-reply-to: Your message of "Fri, 08 May 92 10:14:47 EDT." <9205081414.AA03001@maxai>
Or -
(defun timestamp ()
(multiple-value-bind (sec min hour)
(get-decoded-time)
(format nil "~2@a:~2@a:~2@a" hour min sec)))
-- Luke