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

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

Re: Function for adding days


From: Niels Giesen
Subject: Re: Function for adding days
Date: Fri, 21 Nov 2008 12:01:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

weber <hugows@gmail.com> writes:

> Hello folks,
>
> can anyone point me to a function that would allow me to calculate
> what date will it be, for example, 10 days from now? calendar is kinda
> big and i'm having trouble to find something like that...
>
> Thanks in advance,
> Hugo

(format-time-string "%Y-%m-%d" (time-add (days-to-time 10) (current-time)))


reply via email to

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