help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to read a timestamp?


From: Emanuel Berg
Subject: Re: How to read a timestamp?
Date: Fri, 21 Aug 2015 21:20:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Marcin Borkowski <mbork@mbork.pl> writes:

> It seems you misunderstood my question. I want to read
> a timestamp from the minibuffer, not display it.

You can either do that with a normal interactive
function which reads digits one by one, or you can
have the user input the whole string and then do
a parsing. Then you can use `encode-time' just as in
my code to get internal time.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]