From 18a713455d930cb77dfece1348a29c505ea2d387 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Tue, 16 Mar 2021 04:20:41 -0400 Subject: [PATCH] Use ISO 8601 for date in template (#35) --- .foam/templates/your-first-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.foam/templates/your-first-template.md b/.foam/templates/your-first-template.md index d1c1767..5f85612 100644 --- a/.foam/templates/your-first-template.md +++ b/.foam/templates/your-first-template.md @@ -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} ---