- add global lastmod for "Last modified time"

This commit is contained in:
Shiyong Chen 2013-06-29 09:50:12 +08:00
parent fafe9cbc75
commit b051fe6dc7

View File

@ -18,3 +18,8 @@ snippet date_time
alias dt alias dt
options word options word
`strftime("%H:%M:%S")` `strftime("%H:%M:%S")`
snippet lastmod
abbr Last modified time
alias lmod
Last Modified: `strftime("%Y-%m-%dT%H:%M:%S")`