garbas/vim-snipmate

Problem about add current time in snippet(windows)

MoneySail opened this issue · 1 comments

snippet date
system("date +%Y-%m-%d")

the two lines above work in linux, I don't know how to write the snippet in windows 7,
thank you! SOS!

@MoneySail If you haven't figured this out yet you can use the date /t command

snippet date
    `system("date /t")`

There's more information available via Google, for example.