mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Use ISO 8601 for date in template (#35)
This commit is contained in:
parent
43f9badb7e
commit
18a713455d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Below you can see an example showing a todo list and a timestamp.
|
||||||
2. ${2:A second tabstop}
|
2. ${2:A second tabstop}
|
||||||
3. ${3:A third tabstop}
|
3. ${3:A third tabstop}
|
||||||
|
|
||||||
Note Created: ${CURRENT_YEAR}${CURRENT_MONTH}${CURRENT_DATE}
|
Note Created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue