Use ISO 8601 for date in template (#35)

This commit is contained in:
Michael Overmeyer
2021-03-16 04:20:41 -04:00
committed by GitHub
parent 43f9badb7e
commit 18a713455d

View File

@ -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}
---