Use ISO 8601 for date in template

As it stands, it mashes all the segments together, so it doesn't look like anything
This commit is contained in:
Michael Overmeyer 2021-03-15 18:41:32 -04:00 committed by GitHub
parent 43f9badb7e
commit 9d93ff2322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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