2012-02-02 04:33:35 +00:00
|
|
|
# Global snippets
|
|
|
|
|
|
|
|
snippet date
|
2012-10-21 09:03:10 +00:00
|
|
|
options word
|
2012-02-02 04:33:35 +00:00
|
|
|
`strftime("%d %b %Y")`
|
|
|
|
|
|
|
|
snippet date_full
|
|
|
|
alias df
|
2012-10-21 09:03:10 +00:00
|
|
|
options word
|
2012-02-02 04:33:35 +00:00
|
|
|
`strftime("%Y-%m-%dT%H:%M:%S")`
|
|
|
|
|
|
|
|
snippet date_day
|
|
|
|
alias dd
|
2012-10-21 09:03:10 +00:00
|
|
|
options word
|
2012-02-02 04:33:35 +00:00
|
|
|
`strftime("%Y-%m-%d")`
|
|
|
|
|
|
|
|
snippet date_time
|
|
|
|
alias dt
|
2012-10-21 09:03:10 +00:00
|
|
|
options word
|
2012-02-02 04:33:35 +00:00
|
|
|
`strftime("%H:%M:%S")`
|