On Feb 19, 5:01 pm, jbw <[email protected]> wrote:
> Is there a way have the strftime ...

Vim just hands on to the system's strftime, so you get whatever your
unix supports.  However, strftime formats a time you give it, string
from time, not time from string (that would be getdate or strptime),
and I don't think Vim does that.

Why not use system? F.ex.

    :echo system("date -d 'last sunday'")

Regards, John


-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to