Use ISO 8601 for date in template (#35)
This commit is contained in:
committed by
GitHub
parent
43f9badb7e
commit
18a713455d
@ -14,7 +14,7 @@ Below you can see an example showing a todo list and a timestamp.
|
||||
2. ${2:A second tabstop}
|
||||
3. ${3:A third tabstop}
|
||||
|
||||
Note Created: ${CURRENT_YEAR}${CURRENT_MONTH}${CURRENT_DATE}
|
||||
Note Created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user